IClrDataType.ClassName Property
Gets the name of the class that defines the type.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property ClassName As String
Get
'Usage
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
Property Value
Type: System.String
The name of the class that defines the type.