dotConnect for MySQL 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.
    See Also