Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.