Condividi tramite


Proprietà ModelElementClass.ClassName

Ottiene il nome della classe.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ClassName As String
    Get
public string ClassName { get; }
public:
property String^ ClassName {
    String^ get ();
}
member ClassName : string
function get ClassName () : String

Valore proprietà

Tipo: System.String
Il nome della classe.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelElementClass Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel