共用方式為


IModelElement.Name 屬性

取得或設定項目的名稱。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
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)

屬性值

型別:Microsoft.Data.Schema.SchemaModel.ModelIdentifier
ModelIdentifier 物件。

.NET Framework 安全性

請參閱

參考

IModelElement 介面

Microsoft.Data.Schema.SchemaModel 命名空間

ModelIdentifier