다음을 통해 공유


DatabaseRestorePlanner.TailLogBackupFile 속성

Gets or sets the tail log backup file.

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

구문

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

value = instance.TailLogBackupFile

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

속성 값

유형: System.String
The new tail log backup file.

참고 항목

참조

DatabaseRestorePlanner 클래스

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