SyncSchemaTable::Columns Property

Gets the SyncSchemaColumns collection that represents the columns in the table.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
property SyncSchemaColumns^ Columns {
	SyncSchemaColumns^ get ();
}

Property Value

Type: Microsoft.Synchronization.Data::SyncSchemaColumns
A SyncSchemaColumns collection that represents the columns in the table.
Show: