Partager via


FetchCursorStatement.FetchType, propriété

Obtient ou définit les informations d'extraction.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.FetchType
Retourne FetchType.

Sécurité .NET Framework

Voir aussi

Référence

FetchCursorStatement Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms