Condividi tramite


Proprietà IModelElement.Name

Ottiene o imposta il nome dell'elemento.

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

Sintassi

'Dichiarazione
Property Name As ModelIdentifier
    Get
    Set
ModelIdentifier Name { get; set; }
property ModelIdentifier^ Name {
    ModelIdentifier^ get ();
    void set (ModelIdentifier^ value);
}
abstract Name : ModelIdentifier with get, set
function get Name () : ModelIdentifier
function set Name (value : ModelIdentifier)

Valore proprietà

Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Oggetto ModelIdentifier.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IModelElement Interfaccia

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

ModelIdentifier