共用方式為


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 命名空間