ViewStatementBody.SelectStatement Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the query expression that represents the select, with optional common table expression and xml namespaces clauses.

Namespace:   Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

public SelectStatement SelectStatement { get; set; }
public:
property SelectStatement^ SelectStatement {
    SelectStatement^ get();
    void set(SelectStatement^ value);
}
member SelectStatement : SelectStatement with get, set
Public Property SelectStatement As SelectStatement

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.SelectStatement

The query expression that represents the select.

See Also

ViewStatementBody Class
Microsoft.SqlServer.TransactSql.ScriptDom Namespace

Return to top