다음을 통해 공유


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.