Propriedade do RDL AvailabilityGroup.AutomatedBackupPreference
Gets or sets the collection of the automated backup preference for the availability group.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property AutomatedBackupPreference As AvailabilityGroupAutomatedBackupPreference
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.AvailabilityGroupAutomatedBackupPreference
The collection of the automated backup preference for the availability group.