次の方法で共有


IEdmCollectionExpression.DeclaredType プロパティ

コレクションの宣言された型を取得します。宣言された型がない場合は null になります。

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

構文

'宣言
ReadOnly Property DeclaredType As IEdmTypeReference
    Get
'使用
Dim instance As IEdmCollectionExpression
Dim value As IEdmTypeReference

value = instance.DeclaredType
IEdmTypeReference DeclaredType { get; }
property IEdmTypeReference^ DeclaredType {
    IEdmTypeReference^ get ();
}
abstract DeclaredType : IEdmTypeReference
function get DeclaredType () : IEdmTypeReference

プロパティ値

型: Microsoft.Data.Edm.IEdmTypeReference

関連項目

参照

IEdmCollectionExpression インターフェイス

Microsoft.Data.Edm.Expressions 名前空間