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