Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Ruft eine Liste von DbSyncColumnDescription-Objekten ab, die alle Spalten in einer Tabelle darstellen, oder legt diese fest.
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>
Eigenschaftenwert
Eine Liste von DbSyncColumnDescription-Objekten, die alle Spalten in einer Tabelle darstellen.
Siehe auch
Verweis
SqlCeSyncProviderAdapterConfiguration-Klasse
SqlCeSyncProviderAdapterConfiguration-Member
Microsoft.Synchronization.Data.SqlServerCe-Namespace