Condividi tramite


Proprietà IModelAnnotation.Name

Ottiene o imposta il nome di questa annotazione.

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
Un oggetto Identifier.

Note

Il nome di questa annotazione potrebbe essere nullriferimento null (Nothing in Visual Basic).

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IModelAnnotation Interfaccia

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

Identifier