Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an ICollection that contains the keys in the SqlCeConnectionStringBuilder.
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
Property Value
Type: System.Collections.ICollection
An ICollection that contains the keys in the SqlCeConnectionStringBuilder.