Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets a collection of DbSyncColumnDescription objects that represent all columns in a table.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
Syntax
'Declaration
Public ReadOnly Property Columns As Collection(Of DbSyncColumnDescription)
Get
'Usage
Dim instance As SqlSyncProviderAdapterConfiguration
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>
Property Value
Type: System.Collections.ObjectModel.Collection<DbSyncColumnDescription>
A collection of objects that represent all columns in a table.