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)

Syntax

'Declaration
Public ReadOnly Property Tables As SqlSyncTableProvisioningCollection
    Get
'Usage
Dim instance As SqlSyncScopeProvisioning
Dim value As SqlSyncTableProvisioningCollection

value = instance.Tables
public SqlSyncTableProvisioningCollection Tables { get; }
public:
property SqlSyncTableProvisioningCollection^ Tables {
    SqlSyncTableProvisioningCollection^ get ();
}
member Tables : SqlSyncTableProvisioningCollection
function get Tables () : SqlSyncTableProvisioningCollection

Property Value

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

See Also

Reference

SqlSyncScopeProvisioning Class

Microsoft.Synchronization.Data.SqlServer Namespace