ClassName Propiedad
Gets the name of the class that defines the type.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
ReadOnly Property ClassName As String
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .String
The name of the class that defines the type.
Vea también