EdmIsTypeExpression.Type 属性

获取或设置要用作测试参照的类型。

命名空间:  Microsoft.Data.Edm.Library.Expressions
程序集:  Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)

语法

声明
Public Property Type As IEdmTypeReference
    Get
    Set
用法
Dim instance As EdmIsTypeExpression
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

实现

IEdmIsTypeExpression.Type

请参阅

参考

EdmIsTypeExpression 类

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