Partager via


UnqualifiedJoin.FirstTableSource, propriété

Obtient ou définit la première source de table.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

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

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.TableSource
Retourne TableSource.

Sécurité .NET Framework

Voir aussi

Référence

UnqualifiedJoin Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms