Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the query to execute on the linked server.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public Property Query As StringLiteral
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
The query to execute on the linked server.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom