Compartir a través de


AssemblyName Propiedad

Gets the name of the CLR assembly that contains the type definition.

Espacio de nombres:  Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado:  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxis

'Declaración
ReadOnly Property AssemblyName As String
    Get
'Uso
Dim instance As IClrDataType
Dim value As String

value = instance.AssemblyName
string AssemblyName { get; }
property String^ AssemblyName {
    String^ get ();
}
abstract AssemblyName : string
function get AssemblyName () : String

Valor de la propiedad

Tipo: System. . :: . .String
The name of the CLR assembly that contains the type definition.