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

In This Topic
    ScriptDeprovisionScope Method
    In This Topic
    Generates a script that can be used to deprovision a scope.
    Syntax
    'Declaration
     
    Public Function ScriptDeprovisionScope( _
       ByVal scopeName As String _
    ) As String
    public string ScriptDeprovisionScope( 
       string scopeName
    )

    Parameters

    scopeName
    The name of the scope to deprovision.

    Return Value

    A script that can be used to deprovision a scope.
    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