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.