ViewStatementBody.SelectStatement 属性
Gets or sets the query expression that represents the select, with optional common table expression and xml namespaces clauses.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property SelectStatement As SelectStatement
Get
Set
用法
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)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.SelectStatement
The query expression that represents the select.