Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the single select statement that defines return value, with only CTEs and XML namespaces possible.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property SelectStatement As SelectStatement
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SelectStatement
The single select statement that defines return value.