Condividi tramite


Proprietà UnqualifiedJoin.SecondTableSource

Ottiene o imposta l'origine della seconda tabella.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property SecondTableSource As TableSource
    Get
    Set
public TableSource SecondTableSource { get; set; }
public:
property TableSource^ SecondTableSource {
    TableSource^ get ();
    void set (TableSource^ value);
}
member SecondTableSource : TableSource with get, set
function get SecondTableSource () : TableSource
function set SecondTableSource (value : TableSource)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TableSource
Restituisce un elemento TableSource.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UnqualifiedJoin Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql