共用方式為


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