Propriedade IModelElement.Name

Obtém ou define o nome do elemento.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
A ModelIdentifier objeto.

Segurança do .NET Framework

Consulte também

Referência

IModelElement Interface

Namespace Microsoft.Data.Schema.SchemaModel

ModelIdentifier