AssemblyName 属性

Gets 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 中)

语法

声明
ReadOnly Property AssemblyName As String
    Get
用法
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

属性值

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