SqlCeSyncScopeProvisioning::Tables Property
Gets a collection of SqlCeSyncTableProvisioning objects that each represent the provisioning of a database table.
Assembly: Microsoft.Synchronization.Data.SqlServerCe (in Microsoft.Synchronization.Data.SqlServerCe.dll)
public: property SqlCeSyncTableProvisioningCollection^ Tables { SqlCeSyncTableProvisioningCollection^ get (); }
Property Value
Type: Microsoft.Synchronization.Data.SqlServerCe::SqlCeSyncTableProvisioningCollectionA collection of SqlCeSyncTableProvisioning objects that each represent the provisioning of a database table.
Show: