CursorDefinition.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>
カーソル オプションのコレクション。