SqlSyncScopeProvisioning::Tables Property
Gets a collection of objects that each represent the provisioning of a database table.
Assembly: Microsoft.Synchronization.Data.SqlServer (in Microsoft.Synchronization.Data.SqlServer.dll)
public: property SqlSyncTableProvisioningCollection^ Tables { SqlSyncTableProvisioningCollection^ get (); }
Property Value
Type: Microsoft.Synchronization.Data.SqlServer::SqlSyncTableProvisioningCollectionA collection of objects that each represent the provisioning of a database table.
Show: