OpenRowsetTableSource.Query プロパティ

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

構文

'宣言
Public Property Query As Literal
'使用
Dim instance As OpenRowsetTableSource
Dim value As Literal

value = instance.Query

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

プロパティ値

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

参照

参照

OpenRowsetTableSource クラス

OpenRowsetTableSource メンバ

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