次の方法で共有


IEdmAssertTypeExpression.Type プロパティ

アサート型を取得します。

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

構文

'宣言
ReadOnly Property Type As IEdmTypeReference
    Get
'使用
Dim instance As IEdmAssertTypeExpression
Dim value As IEdmTypeReference

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

プロパティ値

型: Microsoft.Data.Edm.IEdmTypeReference
アサート型。

関連項目

参照

IEdmAssertTypeExpression インターフェイス

Microsoft.Data.Edm.Expressions 名前空間