Sdílet prostřednictvím


ModelAnnotation.Name – vlastnost

Získá nebo nastaví název poznámky.

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Název poznámky.

Implementuje

IModelAnnotation.Name

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelAnnotation Třída

Microsoft.Data.Schema.SchemaModel – obor názvů