Condividi tramite


Proprietà ModelAnnotation.Name

Ottiene o imposta il nome dell'annotazione.

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

Sintassi

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

Valore proprietà

Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Nome dell'annotazione.

Implementa

IModelAnnotation.Name

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelAnnotation Classe

Spazio dei nomi Microsoft.Data.Schema.SchemaModel