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 values in the SqlCeConnectionStringBuilder.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property Values As ICollection
Get
'Usage
Dim instance As SqlCeConnectionStringBuilder
Dim value As ICollection
value = instance.Values
public override ICollection Values { get; }
public:
virtual property ICollection^ Values {
ICollection^ get () override;
}
abstract Values : ICollection
override Values : ICollection
override function get Values () : ICollection
Property Value
Type: System.Collections.ICollection
An ICollection than contains the values in the SqlCeConnectionStringBuilder.