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 命名空间