Share via


ILocalVariable.IsCursorVariable Property

Gets a value that indicates whether this is a cursor variable.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property IsCursorVariable As Boolean 
    Get
'Usage
Dim instance As ILocalVariable 
Dim value As Boolean 

value = instance.IsCursorVariable
bool IsCursorVariable { get; }
property bool IsCursorVariable {
    bool get ();
}
abstract IsCursorVariable : bool
function get IsCursorVariable () : boolean

Property Value

Type: System.Boolean
true if this is a cursor variable; otherwise, false.

See Also

Reference

ILocalVariable Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace