Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the query text.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Query As StringLiteral
Get
Set
'Usage
Dim instance As OpenRowsetTableReference
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
The query text.