Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the collection of the automated backup preference for the availability group.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property AutomatedBackupPreference As AvailabilityGroupAutomatedBackupPreference
Get
Set
'Usage
Dim instance As AvailabilityGroup
Dim value As AvailabilityGroupAutomatedBackupPreference
value = instance.AutomatedBackupPreference
instance.AutomatedBackupPreference = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public AvailabilityGroupAutomatedBackupPreference AutomatedBackupPreference { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property AvailabilityGroupAutomatedBackupPreference AutomatedBackupPreference {
AvailabilityGroupAutomatedBackupPreference get ();
void set (AvailabilityGroupAutomatedBackupPreference value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member AutomatedBackupPreference : AvailabilityGroupAutomatedBackupPreference with get, set
function get AutomatedBackupPreference () : AvailabilityGroupAutomatedBackupPreference
function set AutomatedBackupPreference (value : AvailabilityGroupAutomatedBackupPreference)
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.AvailabilityGroupAutomatedBackupPreference
The collection of the automated backup preference for the availability group.