SelectStatement.QueryExpression プロパティ

SELECT ステートメントの本体を取得または設定します。

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

構文

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

value = instance.QueryExpression

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

プロパティ値

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

参照

参照

SelectStatement クラス

SelectStatement メンバ

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