次の方法で共有


EdmValueTerm.SchemaElementKind プロパティ

このタームのスキーマ要素の種類を取得します。

名前空間:  Microsoft.Data.Edm.Library
アセンブリ:  Microsoft.Data.Edm (Microsoft.Data.Edm.dll)

構文

'宣言
Public ReadOnly Property SchemaElementKind As EdmSchemaElementKind
    Get
'使用
Dim instance As EdmValueTerm
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

関連項目

参照

EdmValueTerm クラス

Microsoft.Data.Edm.Library 名前空間