共用方式為


ModelAnnotation.Name 屬性

取得或設定附註名稱。

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

語法

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

屬性值

型別:Microsoft.Data.Schema.SchemaModel.ModelIdentifier
附註的名稱。

實作

IModelAnnotation.Name

.NET Framework 安全性

請參閱

參考

ModelAnnotation 類別

Microsoft.Data.Schema.SchemaModel 命名空間