SqlCeConnectionStringBuilder.Keys-Eigenschaft
Ruft ein ICollection-Element ab, das die Schlüssel im SqlCeConnectionStringBuilder-Element enthält.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Keys As ICollection
Get
'Usage
Dim instance As SqlCeConnectionStringBuilder
Dim value As ICollection
value = instance.Keys
public override ICollection Keys { get; }
public:
virtual property ICollection^ Keys {
ICollection^ get () override;
}
abstract Keys : ICollection
override Keys : ICollection
override function get Keys () : ICollection
Eigenschaftswert
Typ: System.Collections.ICollection
Ein ICollection-Element, das die Schlüssel im SqlCeConnectionStringBuilder-Element enthält.