Partager via


Propriété ClassName

Gets the name of the class that defines the type.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property ClassName As String
    Get
'Utilisation
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

Valeur de propriété

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