Partager via


Propriété AvailabilityGroup.HealthCheckTimeout

Gets or sets the collection of the health check timeout for the availability group.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property HealthCheckTimeout As Integer 
    Get 
    Set
'Utilisation
Dim instance As AvailabilityGroup 
Dim value As Integer 

value = instance.HealthCheckTimeout

instance.HealthCheckTimeout = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int HealthCheckTimeout { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int HealthCheckTimeout {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member HealthCheckTimeout : int with get, set
function get HealthCheckTimeout () : int 
function set HealthCheckTimeout (value : int)

Valeur de propriété

Type : System.Int32
The collection of the health check timeout for the availability group.

Voir aussi

Référence

AvailabilityGroup Classe

Espace de noms Microsoft.SqlServer.Management.Smo