Partager via


Propriété SelectFunctionReturnType.SelectStatement

Gets or sets the single select statement that defines return value, with only CTEs and XML namespaces possible.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property SelectStatement As SelectStatement 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.SqlServer.TransactSql.ScriptDom.SelectStatement
The single select statement that defines return value.

Voir aussi

Référence

SelectFunctionReturnType Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom