Propriedade CursorDefinition.Select

Obtém ou define a instrução SELECT.

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

Sintaxe

'Declaração
Public Property Select As SelectStatement
    Get
    Set
public SelectStatement Select { get; set; }
public:
property SelectStatement^ Select {
    SelectStatement^ get ();
    void set (SelectStatement^ value);
}
member Select : SelectStatement with get, set
function get Select () : SelectStatement
function set Select (value : SelectStatement)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

CursorDefinition Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql