Freigeben über


SqlSyncProviderAdapterConfiguration.Columns-Eigenschaft

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