Partager via


OdbcQualifiedJoin.TableSource, propriété

Obtient ou définit la 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 TableSource As TableSource
    Get
    Set
public TableSource TableSource { get; set; }
public:
property TableSource^ TableSource {
    TableSource^ get ();
    void set (TableSource^ value);
}
member TableSource : TableSource with get, set
function get TableSource () : TableSource
function set TableSource (value : TableSource)

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

OdbcQualifiedJoin Classe

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