FetchCursorStatement.FetchType (Propiedad)

Obtiene o establece la información de fetch.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.FetchType
Devuelve un objeto FetchType.

Seguridad de .NET Framework

Vea también

Referencia

FetchCursorStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)