Share via


IDataTypeFactory.Cursor Property

Gets a singleton ICursorDataType object that represents a cursor data type.

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

Syntax

'Declaration
ReadOnly Property Cursor As ICursorDataType
    Get
'Usage
Dim instance As IDataTypeFactory
Dim value As ICursorDataType

value = instance.Cursor
ICursorDataType Cursor { get; }
property ICursorDataType^ Cursor {
    ICursorDataType^ get ();
}
abstract Cursor : ICursorDataType
function get Cursor () : ICursorDataType

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.ICursorDataType
An ICursorDataType object that represents a cursor data type.