SqlSyncScopeProvisioning::Tables Property

Gets a collection of objects that each represent the provisioning of a database table.

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

public:
property SqlSyncTableProvisioningCollection^ Tables {
	SqlSyncTableProvisioningCollection^ get ();
}

Property Value

Type: Microsoft.Synchronization.Data.SqlServer::SqlSyncTableProvisioningCollection
A collection of objects that each represent the provisioning of a database table.
Show: