Свойство AssemblyName

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

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
Property AssemblyName As String
    Get
    Set
'Применение
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)

Значение свойства

Тип: System. . :: . .String
The name of the CLR assembly that contains the type definition.

Реализует

IClrDataType. . :: . .AssemblyName