VistaDB 6
VistaDB.DDA Namespace / IVistaDBClrProcedureInformation Interface / AssemblyName Property


In This Topic
    AssemblyName Property (IVistaDBClrProcedureInformation)
    In This Topic
    The name of assembly the CLR Proc is hosted in
    Syntax
    'Declaration
     
    
    ReadOnly Property AssemblyName As System.String
    'Usage
     
    
    Dim instance As IVistaDBClrProcedureInformation
    Dim value As System.String
     
    value = instance.AssemblyName
    System.string AssemblyName {get;}
    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