Compartilhar via


Propriedade SelectFunctionReturnType.SelectStatement

Obtém ou define uma única instrução SELECT que define o valor de retorno, com apenas as CTEs e XML namespaces possíveis.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

SelectFunctionReturnType Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql