dotConnect for PostgreSQL Documentation
Devart.Data.Synchronization Namespace / SyncScopeDeprovisioning Class / ScriptDeprovisionTemplate Method
The name of the template to deprovision.

In This Topic
    ScriptDeprovisionTemplate Method
    In This Topic
    Generates a script that can be used to deprovision a template and all scopes that were created from that template.
    Syntax
    'Declaration
     
    Public Function ScriptDeprovisionTemplate( _
       ByVal templateName As String _
    ) As String
    public string ScriptDeprovisionTemplate( 
       string templateName
    )

    Parameters

    templateName
    The name of the template to deprovision.

    Return Value

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

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also