다음을 통해 공유


ClassName 속성

Gets the name of the class that defines the type.

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
ReadOnly Property ClassName As String
    Get
‘사용 방법
Dim instance As IClrDataType
Dim value As String

value = instance.ClassName
string ClassName { get; }
property String^ ClassName {
    String^ get ();
}
abstract ClassName : string
function get ClassName () : String

속성 값

유형: System. . :: . .String
The name of the class that defines the type.