VistaDB 6
VistaDB.DDA Namespace / IVistaDBDatabase Interface / UnregisterClrProcedure Method
The custom CLR Proc name


In This Topic
    UnregisterClrProcedure Method
    In This Topic
    Unregister the link to CLR Proc
    Syntax
    'Declaration
     
    
    Sub UnregisterClrProcedure( _
       ByVal procedureName As System.String _
    ) 
    'Usage
     
    
    Dim instance As IVistaDBDatabase
    Dim procedureName As System.String
     
    instance.UnregisterClrProcedure(procedureName)
    void UnregisterClrProcedure( 
       System.string procedureName
    )

    Parameters

    procedureName
    The custom CLR Proc name
    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