次の方法で共有


EdmFunctionBase.ReturnType プロパティ

この関数の戻り値の型を取得します。

名前空間:  Microsoft.Data.Edm.Library
アセンブリ:  Microsoft.Data.Edm (Microsoft.Data.Edm.dll)

構文

'宣言
Public ReadOnly Property ReturnType As IEdmTypeReference
    Get
'使用
Dim instance As EdmFunctionBase
Dim value As IEdmTypeReference

value = instance.ReturnType
public IEdmTypeReference ReturnType { get; }
public:
virtual property IEdmTypeReference^ ReturnType {
    IEdmTypeReference^ get () sealed;
}
abstract ReturnType : IEdmTypeReference
override ReturnType : IEdmTypeReference
final function get ReturnType () : IEdmTypeReference

プロパティ値

型: Microsoft.Data.Edm.IEdmTypeReference
この関数の戻り値の型。

実装

IEdmFunctionBase.ReturnType

関連項目

参照

EdmFunctionBase クラス

Microsoft.Data.Edm.Library 名前空間