Propriedade do RDL ClassName
Gets the name of the class that defines the type.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .String
The name of the class that defines the type.
Consulte também