SelectFunctionReturnType.SelectStatement プロパティ

戻り値を定義する単一の SELECT ステートメントを取得または設定します。CTE および XML 名前空間のみを使用できます。

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

構文

'宣言
Public Property SelectStatement As SelectStatement
'使用
Dim instance As SelectFunctionReturnType
Dim value As SelectStatement

value = instance.SelectStatement

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

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.SelectStatement

参照

参照

SelectFunctionReturnType クラス

SelectFunctionReturnType メンバ

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