Proprietà ModelElement.Name
Ottiene l'identificatore per l'elemento.
Spazio dei nomi: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
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)
Valore proprietà
Tipo: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
Oggetto ModelIdentifier che rappresenta il nome dell'elemento.
Implementa
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.