共用方式為


EdmAssertTypeExpression.Type 屬性

取得或設定判斷提示的型別。

命名空間:  Microsoft.Data.Edm.Library.Expressions
組件:  Microsoft.Data.Edm (在 Microsoft.Data.Edm.dll 中)

語法

'宣告
Public Property Type As IEdmTypeReference
    Get
    Set
'用途
Dim instance As EdmAssertTypeExpression
Dim value As IEdmTypeReference

value = instance.Type

instance.Type = value
public IEdmTypeReference Type { get; set; }
public:
virtual property IEdmTypeReference^ Type {
    IEdmTypeReference^ get () sealed;
    void set (IEdmTypeReference^ value) sealed;
}
abstract Type : IEdmTypeReference with get, set
override Type : IEdmTypeReference with get, set
final function get Type () : IEdmTypeReference
final function set Type (value : IEdmTypeReference)

屬性值

型別:Microsoft.Data.Edm.IEdmTypeReference

實作

IEdmAssertTypeExpression.Type

請參閱

參考

EdmAssertTypeExpression 類別

Microsoft.Data.Edm.Library.Expressions 命名空間