この値の型を取得します。
名前空間: Microsoft.Data.Edm.Library.Values
アセンブリ: Microsoft.Data.Edm (Microsoft.Data.Edm.dll)
構文
'宣言
Public ReadOnly Property Type As IEdmTypeReference
Get
'使用
Dim instance As EdmValue
Dim value As IEdmTypeReference
value = instance.Type
public IEdmTypeReference Type { get; }
public:
virtual property IEdmTypeReference^ Type {
IEdmTypeReference^ get () sealed;
}
abstract Type : IEdmTypeReference
override Type : IEdmTypeReference
final function get Type () : IEdmTypeReference
プロパティ値
型: Microsoft.Data.Edm.IEdmTypeReference
この値の型。