次の方法で共有


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