SqlSyncScopeDeprovisioning::ScriptDeprovisionTemplate Method

Generates a script that can be used to deprovision a template and all scopes that were created from that template.

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

public:
String^ ScriptDeprovisionTemplate(
	String^ templateName
)

Parameters

templateName
Type: System::String
The name of the template to deprovision.

Return Value

Type: System::String
The generated script for deprovisioning a template and all scopes that were created from that template.
Show: