この関数の戻り値の型を取得します。
名前空間: Microsoft.Data.Edm
アセンブリ: Microsoft.Data.Edm (Microsoft.Data.Edm.dll)
構文
'宣言
ReadOnly Property ReturnType As IEdmTypeReference
Get
'使用
Dim instance As IEdmFunctionBase
Dim value As IEdmTypeReference
value = instance.ReturnType
IEdmTypeReference ReturnType { get; }
property IEdmTypeReference^ ReturnType {
IEdmTypeReference^ get ();
}
abstract ReturnType : IEdmTypeReference
function get ReturnType () : IEdmTypeReference
プロパティ値
型: Microsoft.Data.Edm.IEdmTypeReference
この関数の戻り値の型。