Partilhar via


Propriedade FetchCursorStatement.FetchType

Obtém ou define as informações de busca.

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

Sintaxe

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

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

FetchCursorStatement Classe

Namespace Microsoft.Data.Schema.ScriptDom.Sql