SqlSyncTableProvisioning Class

Represents the provisioning of a SQL Server database table that is represented by a DbSyncTableDescription object.

Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in microsoft.synchronization.data.sqlserver.dll)

Syntax

'Declaration
Public Class SqlSyncTableProvisioning
'Usage
Dim instance As SqlSyncTableProvisioning
public class SqlSyncTableProvisioning
public ref class SqlSyncTableProvisioning
public class SqlSyncTableProvisioning
public class SqlSyncTableProvisioning

Remarks

Provisioning can occur at the level of the table, but it typically occurs at the level of the scope, which is a logical grouping of tables. For more information, see How to: Configure and Execute Collaborative Synchronization (SQL Server).

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Data.SqlServer.SqlSyncTableProvisioning

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SqlSyncTableProvisioning Members
Microsoft.Synchronization.Data.SqlServer Namespace