IDatabaseOptions.LocalCursorsDefault プロパティ

既定でローカル サーバー カーソルが使用されるかどうかを示す Boolean 値を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<DisplayNameKeyAttribute("Database_LocalCursorsDefaultName")> _
<DisplayDescriptionKeyAttribute("Database_LocalCursorsDefaultDesc")> _
Property LocalCursorsDefault As Boolean 
    Get 
    Set
'使用
Dim instance As IDatabaseOptions 
Dim value As Boolean 

value = instance.LocalCursorsDefault

instance.LocalCursorsDefault = value
[DisplayNameKeyAttribute("Database_LocalCursorsDefaultName")]
[DisplayDescriptionKeyAttribute("Database_LocalCursorsDefaultDesc")]
bool LocalCursorsDefault { get; set; }
[DisplayNameKeyAttribute(L"Database_LocalCursorsDefaultName")]
[DisplayDescriptionKeyAttribute(L"Database_LocalCursorsDefaultDesc")]
property bool LocalCursorsDefault {
    bool get ();
    void set (bool value);
}
[<DisplayNameKeyAttribute("Database_LocalCursorsDefaultName")>]
[<DisplayDescriptionKeyAttribute("Database_LocalCursorsDefaultDesc")>]
abstract LocalCursorsDefault : bool with get, set
function get LocalCursorsDefault () : boolean 
function set LocalCursorsDefault (value : boolean)

プロパティ値

型: System.Boolean
既定でローカル カーソルが使用されるかをどうかを示す Boolean 値。True の場合、ローカル カーソルが使用されます。False (既定値) の場合、ローカル カーソルは使用されず、クライアントでカーソルが実装されます。

使用例

How to Get and Set a Property in Visual Basic .NET

関連項目

参照

IDatabaseOptions インターフェイス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

プロパティの設定

データベース オプション