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 命名空间