SelectFunctionReturnType.SelectStatement 屬性
Gets or sets the single select statement that defines return value, with only CTEs and XML namespaces possible.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property SelectStatement As SelectStatement
Get
Set
'用途
Dim instance As SelectFunctionReturnType
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 single select statement that defines return value.