JoinParenthesis.Join プロパティ

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

構文

'宣言
Public Property Join As TableSource
'使用
Dim instance As JoinParenthesis
Dim value As TableSource

value = instance.Join

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

プロパティ値

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

参照

参照

JoinParenthesis クラス

JoinParenthesis メンバ

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