Condividi tramite


Proprietà CursorDefinition.Options

Gets or sets the collection of cursor options.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Options As IList(Of CursorOption)
    Get
'Utilizzo
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>

Valore proprietà

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

Vedere anche

Riferimento

CursorDefinition Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom