Delen via


CursorDefinition.Options Property

Gets or sets the collection of cursor options.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public ReadOnly Property Options As IList(Of CursorOption)
    Get
'Usage
Dim instance As CursorDefinition 
Dim value As IList(Of CursorOption)

value = instance.Options
public IList<CursorOption> Options { get; }
public:
property IList<CursorOption^>^ Options {
    IList<CursorOption^>^ get ();
}
member Options : IList<CursorOption>
function get Options () : IList<CursorOption>

Property Value

Type: System.Collections.Generic.IList<CursorOption>
The collection of cursor options.

See Also

Reference

CursorDefinition Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace