Partager via


ModelAnnotation.Name, propriété

Obtient ou définit le nom de l'annotation.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Nom de l'annotation.

Implémentations

IModelAnnotation.Name

Sécurité .NET Framework

Voir aussi

Référence

ModelAnnotation Classe

Microsoft.Data.Schema.SchemaModel, espace de noms