共用方式為


IModelAnnotation.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
Identifier 物件

備註

此附註的名稱可能會是 nullNull 參照 (即 Visual Basic 中的 Nothing)。

.NET Framework 安全性

請參閱

參考

IModelAnnotation 介面

Microsoft.Data.Schema.SchemaModel 命名空間

Identifier