FunctionStatementBody.ReturnType プロパティ

関数の戻り値の型を取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property ReturnType As FunctionReturnType
'使用
Dim instance As FunctionStatementBody
Dim value As FunctionReturnType

value = instance.ReturnType

instance.ReturnType = value
public FunctionReturnType ReturnType { get; set; }
public:
property FunctionReturnType^ ReturnType {
    FunctionReturnType^ get ();
    void set (FunctionReturnType^ value);
}
public function get ReturnType () : FunctionReturnType
public function set ReturnType (value : FunctionReturnType)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.FunctionReturnType
FunctionReturnType を返します。

参照

参照

FunctionStatementBody クラス

FunctionStatementBody メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間