IDatabaseOptions.LocalCursorsDefault 속성

Gets the Boolean value that specifies whether the local server cursors are used by default.

네임스페이스:  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
A Boolean value that specifies whether local cursors are used by default.If True, local cursors are used.If False (default), local cursors are not used and the cursors are implemented at the client.

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

참고 항목

참조

IDatabaseOptions 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

속성 설정

데이터베이스 옵션