Condividi tramite


Proprietà FetchCursorStatement.FetchType

Ottiene o imposta le informazioni di recupero.

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 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)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.FetchType
Restituisce un elemento FetchType.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

FetchCursorStatement Classe

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