Partager via


Propriété FetchCursorStatement.FetchType

Gets or sets the optional fetch information.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property FetchType As FetchType 
    Get 
    Set
'Utilisation
Dim instance As FetchCursorStatement 
Dim value As FetchType 

value = instance.FetchType

instance.FetchType = value
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.SqlServer.TransactSql.ScriptDom.FetchType
The optional fetch information.

Voir aussi

Référence

FetchCursorStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom