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.
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)
Syntax
'Declaration
Public Function ScriptDeprovisionTemplate ( _
templateName As String _
) As String
'Usage
Dim instance As SqlSyncScopeDeprovisioning
Dim templateName As String
Dim returnValue As String
returnValue = instance.ScriptDeprovisionTemplate(templateName)
public string ScriptDeprovisionTemplate(
string templateName
)
public:
String^ ScriptDeprovisionTemplate(
String^ templateName
)
member ScriptDeprovisionTemplate :
templateName:string -> string
public function ScriptDeprovisionTemplate(
templateName : String
) : String
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.