Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the optional fetch information.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property FetchType As FetchType
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.FetchType
The optional fetch information.