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