ModelAnnotationClass.ClassName 属性

获取批注类名。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public ReadOnly Property ClassName As String
    Get
public string ClassName { get; }
public:
property String^ ClassName {
    String^ get ();
}
member ClassName : string
function get ClassName () : String

属性值

类型:System.String
类名。

.NET Framework 安全性

请参见

参考

ModelAnnotationClass 类

Microsoft.Data.Schema.SchemaModel 命名空间