Freigeben über


Columns-Eigenschaft

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
Public ReadOnly Property Columns As Collection(Of DbSyncColumnDescription)
    Get
'Usage
Dim instance As SqlCeSyncProviderAdapterConfiguration
Dim value As Collection(Of DbSyncColumnDescription)

value = instance.Columns
public Collection<DbSyncColumnDescription> Columns { get; }
public:
property Collection<DbSyncColumnDescription^>^ Columns {
    Collection<DbSyncColumnDescription^>^ get ();
}
member Columns : Collection<DbSyncColumnDescription>
function get Columns () : Collection<DbSyncColumnDescription>

Eigenschaftenwert

Typ: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'DbSyncColumnDescription> ) > ) >
Eine Liste von DbSyncColumnDescription-Objekten, die alle Spalten in einer Tabelle darstellen.

Siehe auch

Verweis

SqlCeSyncProviderAdapterConfiguration Klasse

SqlCeSyncProviderAdapterConfiguration-Member

Microsoft.Synchronization.Data.SqlServerCe-Namespace