Compartir a través de


AssemblyName Propiedad

Gets or sets 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
Property AssemblyName As String
    Get
    Set
'Uso
Dim instance As IMutableClrDataType
Dim value As String

value = instance.AssemblyName

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

Valor de la propiedad

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

Implementa

IClrDataType. . :: . .AssemblyName