Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the SyncSchemaColumns collection that represents the columns in the table.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public ReadOnly Property Columns As SyncSchemaColumns
Get
'Usage
Dim instance As SyncSchemaTable
Dim value As SyncSchemaColumns
value = instance.Columns
public SyncSchemaColumns Columns { get; }
public:
property SyncSchemaColumns^ Columns {
SyncSchemaColumns^ get ();
}
member Columns : SyncSchemaColumns
function get Columns () : SyncSchemaColumns
Property Value
Type: Microsoft.Synchronization.Data.SyncSchemaColumns
A SyncSchemaColumns collection that represents the columns in the table.