DatabaseRestorePlanner.TailLogWithNoRecovery 属性

Gets or sets whether the database restore planner tails log without using recovery.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)

语法

声明
Public Property TailLogWithNoRecovery As Boolean 
    Get 
    Set
用法
Dim instance As DatabaseRestorePlanner 
Dim value As Boolean 

value = instance.TailLogWithNoRecovery

instance.TailLogWithNoRecovery = value
public bool TailLogWithNoRecovery { get; set; }
public:
property bool TailLogWithNoRecovery {
    bool get ();
    void set (bool value);
}
member TailLogWithNoRecovery : bool with get, set
function get TailLogWithNoRecovery () : boolean 
function set TailLogWithNoRecovery (value : boolean)

属性值

类型:System.Boolean
True if the database restore planner tails log without using recovery; otherwise, false.

请参阅

参考

DatabaseRestorePlanner 类

Microsoft.SqlServer.Management.Smo 命名空间