Backup.Mirrors-Eigenschaft
Gets or sets the list of backup devices used by the mirrored backup.
Diese API ist nicht mit CLS kompatibel.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Property Mirrors As BackupDeviceList()
Get
Set
'Usage
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[])
Eigenschaftswert
Typ: array<Microsoft.SqlServer.Management.Smo.BackupDeviceList[]
An array of BackupDeviceList objects that specifies the backup devices used by the mirrored backup.
Hinweise
This property is only required when performing a backup with a mirrored media set.
Beispiele
Sichern und Wiederherstellen von Datenbanken und Transaktionsprotokollen
Siehe auch
Verweis
Microsoft.SqlServer.Management.Smo-Namespace