Backup.Mirrors 속성

Gets or sets the list of backup devices used by the mirrored backup.

이 API는 CLS 규격이 아닙니다. 

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

구문

‘선언
<CLSCompliantAttribute(False)> _
Public Property Mirrors As BackupDeviceList()
    Get 
    Set
‘사용 방법
Dim instance As Backup 
Dim value As BackupDeviceList()

value = instance.Mirrors

instance.Mirrors = value
[CLSCompliantAttribute(false)]
public BackupDeviceList[] Mirrors { get; set; }
[CLSCompliantAttribute(false)]
public:
property array<BackupDeviceList^>^ Mirrors {
    array<BackupDeviceList^>^ get ();
    void set (array<BackupDeviceList^>^ value);
}
[<CLSCompliantAttribute(false)>]
member Mirrors : BackupDeviceList[] with get, set
function get Mirrors () : BackupDeviceList[]
function set Mirrors (value : BackupDeviceList[])

속성 값

유형: array<Microsoft.SqlServer.Management.Smo.BackupDeviceList[]
An array of BackupDeviceList objects that specifies the backup devices used by the mirrored backup.

주의

This property is only required when performing a backup with a mirrored media set.

데이터베이스 및 트랜잭션 로그 백업 및 복원

참고 항목

참조

Backup 클래스

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

관련 자료

BACKUP(Transact-SQL)

미러된 백업 미디어 세트(SQL Server)