次の方法で共有


EdmCoreModel.SchemaElements プロパティ

このコア モデルに含まれるスキーマ要素のコレクションを取得します。

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

構文

'宣言
Public ReadOnly Property SchemaElements As IEnumerable(Of IEdmSchemaElement)
    Get
'使用
Dim instance As EdmCoreModel
Dim value As IEnumerable(Of IEdmSchemaElement)

value = instance.SchemaElements
public IEnumerable<IEdmSchemaElement> SchemaElements { get; }
public:
virtual property IEnumerable<IEdmSchemaElement^>^ SchemaElements {
    IEnumerable<IEdmSchemaElement^>^ get () sealed;
}
abstract SchemaElements : IEnumerable<IEdmSchemaElement>
override SchemaElements : IEnumerable<IEdmSchemaElement>
final function get SchemaElements () : IEnumerable<IEdmSchemaElement>

プロパティ値

型: System.Collections.Generic.IEnumerable<IEdmSchemaElement>
スキーマ要素のコレクション。

実装

IEdmModel.SchemaElements

関連項目

参照

EdmCoreModel クラス

Microsoft.Data.Edm.Library 名前空間