Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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