SqlCeSyncScopeProvisioning::Tables Property

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

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

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

Property Value

Type: Microsoft.Synchronization.Data.SqlServerCe::SqlCeSyncTableProvisioningCollection
A collection of SqlCeSyncTableProvisioning objects that each represent the provisioning of a database table.
Show: