Condividi tramite


Proprietà SelectFunctionReturnType.SelectStatement

Ottiene o imposta una singola istruzione SELECT che definisce il valore restituito, esclusivamente con spazi dei nomi XML e CTE.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
Public Property SelectStatement As SelectStatement
    Get
    Set
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)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.SelectStatement

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SelectFunctionReturnType Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql