Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the main body of the select statement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property QueryExpression As QueryExpression
Get
Set
'Usage
Dim instance As SelectStatement
Dim value As QueryExpression
value = instance.QueryExpression
instance.QueryExpression = value
public QueryExpression QueryExpression { get; set; }
public:
property QueryExpression^ QueryExpression {
QueryExpression^ get ();
void set (QueryExpression^ value);
}
member QueryExpression : QueryExpression with get, set
function get QueryExpression () : QueryExpression
function set QueryExpression (value : QueryExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.QueryExpression
The main body of the select statement.