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