CreatingSchemaEventArgs::Table Property

Gets a SyncTable object that contains settings for the table that is being created.

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

public:
property SyncTable^ Table {
	SyncTable^ get ();
}

Property Value

Type: Microsoft.Synchronization.Data::SyncTable
A SyncTable object that contains settings for the table that is being created.
Show: