Propriedade do RDL ViewStatementBody.SelectStatement
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 (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property SelectStatement As SelectStatement
Get
Set
'Uso
Dim instance As ViewStatementBody
Dim value As SelectStatement
value = instance.SelectStatement
instance.SelectStatement = value
public SelectStatement SelectStatement { get; set; }
public:
property SelectStatement^ SelectStatement {
SelectStatement^ get ();
void set (SelectStatement^ value);
}
member SelectStatement : SelectStatement with get, set
function get SelectStatement () : SelectStatement
function set SelectStatement (value : SelectStatement)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.SelectStatement
The query expression that represents the select.