VistaDB 6
VistaDB.DDA Namespace / IVistaDBDatabase Interface / DropAssembly Method
The assembly name to delete
Delete the assembly and all CLR Procs referencing it


In This Topic
    DropAssembly Method
    In This Topic
    Drop the assembly from database
    Syntax
    'Declaration
     
    
    Sub DropAssembly( _
       ByVal assemblyName As System.String, _
       ByVal force As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As IVistaDBDatabase
    Dim assemblyName As System.String
    Dim force As System.Boolean
     
    instance.DropAssembly(assemblyName, force)
    void DropAssembly( 
       System.string assemblyName,
       System.bool force
    )

    Parameters

    assemblyName
    The assembly name to delete
    force
    Delete the assembly and all CLR Procs referencing it
    Remarks
    If assembly referenced by CLR Proc and force is set to false an exception raised. You may force to delete the assembly and all CLR Procs referencing it
    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