Compartir a través de


IModelAnnotation.Name (Propiedad)

Obtiene o establece el nombre de esta anotación.

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

Sintaxis

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

Valor de propiedad

Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Un objeto Identifier.

Comentarios

El nombre de esta anotación debería ser nullreferencia null (Nothing en Visual Basic).

Seguridad de .NET Framework

Vea también

Referencia

IModelAnnotation Interfaz

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

Identifier