Visual Basic (Declaration) | |
---|---|
<XmlArrayItemAttribute("edmKey")> <XmlArrayAttribute("edmKeys")> <DescriptionAttribute("Data source information - Applicable to both Client and Server")> Public Property EdmKeys As NamedElementCollection(Of EdmKeyElement) |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As IdeaBladeConfig Dim value As NamedElementCollection(Of EdmKeyElement) instance.EdmKeys = value value = instance.EdmKeys |
C# | |
---|---|
[XmlArrayItemAttribute("edmKey")] [XmlArrayAttribute("edmKeys")] [DescriptionAttribute("Data source information - Applicable to both Client and Server")] public NamedElementCollection<EdmKeyElement> EdmKeys {get; set;} |
C++/CLI | |
---|---|
[XmlArrayItemAttribute("edmKey")] [XmlArrayAttribute("edmKeys")] [DescriptionAttribute("Data source information - Applicable to both Client and Server")] public: property NamedElementCollection<EdmKeyElement^>^ EdmKeys { NamedElementCollection<EdmKeyElement^>^ get(); void set ( NamedElementCollection<EdmKeyElement^>^ value); } |
EdmKeys can be used to define the data sources used by the application. If not present, the connection strings section in the server's configuration file is used.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family