SqlSyncScopeDeprovisioning::ScriptDeprovisionScope Method

Generates a script that can be used to deprovision a scope.

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

public:
String^ ScriptDeprovisionScope(
	String^ scopeName
)

Parameters

scopeName
Type: System::String
A scope for which to produce a deprovisioning script.

Return Value

Type: System::String
The generated script for deprovisioning a scope.
Show: