IEdmSchemaElement.SchemaElementKind 属性

获取此架构元素的种类。

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

语法

声明
ReadOnly Property SchemaElementKind As EdmSchemaElementKind
    Get
用法
Dim instance As IEdmSchemaElement
Dim value As EdmSchemaElementKind

value = instance.SchemaElementKind
EdmSchemaElementKind SchemaElementKind { get; }
property EdmSchemaElementKind SchemaElementKind {
    EdmSchemaElementKind get ();
}
abstract SchemaElementKind : EdmSchemaElementKind
function get SchemaElementKind () : EdmSchemaElementKind

属性值

类型:Microsoft.Data.Edm.EdmSchemaElementKind
此架构元素的种类。

请参阅

参考

IEdmSchemaElement 接口

Microsoft.Data.Edm 命名空间