Freigeben über


SqlSyncScopeProvisioning.PopulateFromScopeDescription-Methode

Legt die Bereichsbeschreibung fest, aus der die Datenbank bereitgestellt werden sollte.

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
)

Parameter

Siehe auch

Verweis

SqlSyncScopeProvisioning-Klasse
SqlSyncScopeProvisioning-Member
Microsoft.Synchronization.Data.SqlServer-Namespace