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.