Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.