UnqualifiedJoin.SecondTableSource プロパティ

2 番目のテーブル ソースを取得または設定します。

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

構文

'宣言
Public Property SecondTableSource As TableSource
'使用
Dim instance As UnqualifiedJoin
Dim value As TableSource

value = instance.SecondTableSource

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

プロパティ値

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

参照

参照

UnqualifiedJoin クラス

UnqualifiedJoin メンバ

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