Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets or sets the query to execute on the linked server.
Espace de noms : Microsoft.SqlServer.TransactSql.ScriptDom
Assembly : Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntaxe
'Déclaration
Public Property Query As StringLiteral
Get
Set
'Utilisation
Dim instance As OpenQueryTableReference
Dim value As StringLiteral
value = instance.Query
instance.Query = value
public StringLiteral Query { get; set; }
public:
property StringLiteral^ Query {
StringLiteral^ get ();
void set (StringLiteral^ value);
}
member Query : StringLiteral with get, set
function get Query () : StringLiteral
function set Query (value : StringLiteral)
Valeur de propriété
Type : Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
The query to execute on the linked server.