Свойство CursorDefinition.Options

Gets or sets the collection of cursor options.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public ReadOnly Property Options As IList(Of CursorOption)
    Get
'Применение
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>

Значение свойства

Тип: System.Collections.Generic.IList<CursorOption>
The collection of cursor options.

См. также

Справочник

CursorDefinition Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom