Compartir a través de


ModelAnnotation.Name (Propiedad)

Obtiene o establece el nombre de la anotación.

Espacio de nombres:  Microsoft.Data.Schema.SchemaModel
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Nombre de la anotación.

Implementaciones

IModelAnnotation.Name

Seguridad de .NET Framework

Vea también

Referencia

ModelAnnotation Clase

Microsoft.Data.Schema.SchemaModel (Espacio de nombres)