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.