DbSyncScope Constructor (String)

Initializes a new instance of the DbSyncScope class by using a scope name parameter.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

public:
DbSyncScope(
	String^ name
)

Parameters

name
Type: System::String
The name of the synchronization scope.
Show: