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 or sets a list of DbSyncColumnDescription objects that represent all columns in a table.
Namespace: Microsoft.Synchronization.Data.SqlServerCe
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in microsoft.synchronization.data.sqlserverce.dll)
Syntax
'Declaration
<XmlElementAttribute("Col")> _
Public ReadOnly Property Columns As Collection(Of DbSyncColumnDescription)
'Usage
Dim instance As SqlCeSyncProviderAdapterConfiguration
Dim value As Collection(Of DbSyncColumnDescription)
value = instance.Columns
[XmlElementAttribute("Col")]
public Collection<DbSyncColumnDescription> Columns { get; }
[XmlElementAttribute(L"Col")]
public:
property Collection<DbSyncColumnDescription^>^ Columns {
Collection<DbSyncColumnDescription^>^ get ();
}
/** @property */
public Collection<DbSyncColumnDescription> get_Columns ()
public function get Columns () : Collection<DbSyncColumnDescription>
Property Value
A list of DbSyncColumnDescription objects that represent all columns in a table.
See Also
Reference
SqlCeSyncProviderAdapterConfiguration Class
SqlCeSyncProviderAdapterConfiguration Members
Microsoft.Synchronization.Data.SqlServerCe Namespace