Partilhar via


Propriedade do RDL ClassName

Gets or sets 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
Property ClassName As String
    Get
    Set
'Uso
Dim instance As IMutableClrDataType
Dim value As String

value = instance.ClassName

instance.ClassName = value
string ClassName { get; set; }
property String^ ClassName {
    String^ get ();
    void set (String^ value);
}
abstract ClassName : string with get, set
function get ClassName () : String
function set ClassName (value : String)

Valor da propriedade

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

Implementa

IClrDataType. . :: . .ClassName