다음을 통해 공유


StandbyFile 속성

Gets or sets the name of an undo file that is used as part of the imaging strategy for an instance of SQL Server.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.SmoExtended.dll의 Microsoft.SqlServer.SmoExtended

구문

‘선언
Public Property StandbyFile As String
    Get
    Set
‘사용 방법
Dim instance As Restore
Dim value As String

value = instance.StandbyFile

instance.StandbyFile = value
public string StandbyFile { get; set; }
public:
property String^ StandbyFile {
    String^ get ();
    void set (String^ value);
}
member StandbyFile : string with get, set
function get StandbyFile () : String
function set StandbyFile (value : String)

속성 값

형식: System. . :: . .String
A String that specifies the name of the undo file.

주의

Database log restoration with undo is available against a read-only image of a SQL Server database and offers one strategy for maintaining a standby image of critical instances.