Sdílet prostřednictvím


SqlSyncScopeProvisioning Constructor (DbSyncScopeDescription)

Initializes a new instance of the SqlSyncScopeProvisioning class for the specified scope.

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

Syntax

'Declaration
Public Sub New ( _
    scopeDescription As DbSyncScopeDescription _
)
'Usage
Dim scopeDescription As DbSyncScopeDescription

Dim instance As New SqlSyncScopeProvisioning(scopeDescription)
public SqlSyncScopeProvisioning (
    DbSyncScopeDescription scopeDescription
)
public:
SqlSyncScopeProvisioning (
    DbSyncScopeDescription^ scopeDescription
)
public SqlSyncScopeProvisioning (
    DbSyncScopeDescription scopeDescription
)
public function SqlSyncScopeProvisioning (
    scopeDescription : DbSyncScopeDescription
)

Parameters

  • scopeDescription
    A DbSyncScopeDescription object that represents a logical grouping of tables (optionally filtered) that are synchronized as a unit.

See Also

Reference

SqlSyncScopeProvisioning Class
SqlSyncScopeProvisioning Members
Microsoft.Synchronization.Data.SqlServer Namespace