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 Auflistung von DbSyncColumnDescription-Objekten ab, die alle Spalten in einer Tabelle darstellen.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in microsoft.synchronization.data.sqlserver.dll)
Syntax
'Declaration
<XmlElementAttribute("Col")> _
Public ReadOnly Property Columns As Collection(Of DbSyncColumnDescription)
'Usage
Dim instance As SqlSyncProviderAdapterConfiguration
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 Auflistung von DbSyncColumnDescription-Objekten, die alle Spalten in einer Tabelle darstellen.
Siehe auch
Verweis
SqlSyncProviderAdapterConfiguration-Klasse
SqlSyncProviderAdapterConfiguration-Member
Microsoft.Synchronization.Data.SqlServer-Namespace