SqlSyncScopeProvisioning.PopulateFromScopeDescription Method
Sets the scope description from which the database should be provisioned.
Namespace: Microsoft.Synchronization.Data.SqlServer
Assembly: Microsoft.Synchronization.Data.SqlServer (in microsoft.synchronization.data.sqlserver.dll)
Syntax
'Declaration
Public Sub PopulateFromScopeDescription ( _
scopeDescription As DbSyncScopeDescription _
)
'Usage
Dim instance As SqlSyncScopeProvisioning
Dim scopeDescription As DbSyncScopeDescription
instance.PopulateFromScopeDescription(scopeDescription)
public void PopulateFromScopeDescription (
DbSyncScopeDescription scopeDescription
)
public:
void PopulateFromScopeDescription (
DbSyncScopeDescription^ scopeDescription
)
public void PopulateFromScopeDescription (
DbSyncScopeDescription scopeDescription
)
public function PopulateFromScopeDescription (
scopeDescription : DbSyncScopeDescription
)
Parameters
- scopeDescription
A DbSyncScopeDescription object that represents how the scope is configured.
See Also
Reference
SqlSyncScopeProvisioning Class
SqlSyncScopeProvisioning Members
Microsoft.Synchronization.Data.SqlServer Namespace