AvailabilityGroupAutomatedBackupPreference 列舉

定義

此列舉規範了主要角色副本在評估中如何被處理,以選擇想要的副本執行備份。

[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AvailabilityGroupAutomatedBackupPreferenceConverter))]
public enum AvailabilityGroupAutomatedBackupPreference
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AvailabilityGroupAutomatedBackupPreferenceConverter))>]
type AvailabilityGroupAutomatedBackupPreference = 
Public Enum AvailabilityGroupAutomatedBackupPreference
繼承
AvailabilityGroupAutomatedBackupPreference
屬性

欄位

名稱 Description
Primary 0

備份只會發生在主要副本上,無論它在哪裡。

SecondaryOnly 1

備份只會發生在次要副本上。 若無次要副本在線,則不會進行備份。

Secondary 2

備份會在次要副本上進行,除非主副本是唯一在線的副本。

None 3

副本的備份並未根據其當前角色偏好。 只有備份優先權及線上/已連線狀態才會被考慮作為複本選擇。

Unknown 4

自動備份偏好則不明。 副本可能無法與叢集通訊,或 Windows Server 故障轉移叢集間無法設定定額。

適用於