EdmFunction.SchemaElementKind 属性

获取此函数的元素类型(始终是 Function)。

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

语法

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

value = instance.SchemaElementKind
public EdmSchemaElementKind SchemaElementKind { get; }
public:
virtual property EdmSchemaElementKind SchemaElementKind {
    EdmSchemaElementKind get () sealed;
}
abstract SchemaElementKind : EdmSchemaElementKind
override SchemaElementKind : EdmSchemaElementKind
final function get SchemaElementKind () : EdmSchemaElementKind

属性值

类型:Microsoft.Data.Edm.EdmSchemaElementKind
此函数的元素类型。

实现

IEdmSchemaElement.SchemaElementKind

请参阅

参考

EdmFunction 类

Microsoft.Data.Edm.Library 命名空间