Partager via


Propriété OpenRowsetTableReference.DataSource

Gets or sets the data source.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property DataSource As StringLiteral 
    Get 
    Set
'Utilisation
Dim instance As OpenRowsetTableReference 
Dim value As StringLiteral 

value = instance.DataSource

instance.DataSource = value
public StringLiteral DataSource { get; set; }
public:
property StringLiteral^ DataSource {
    StringLiteral^ get ();
    void set (StringLiteral^ value);
}
member DataSource : StringLiteral with get, set
function get DataSource () : StringLiteral 
function set DataSource (value : StringLiteral)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
The data source.

Voir aussi

Référence

OpenRowsetTableReference Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom