共用方式為


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