다음을 통해 공유


AvailabilityGroup.HealthCheckTimeout 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property HealthCheckTimeout As Integer 
    Get 
    Set
‘사용 방법
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)

속성 값

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

참고 항목

참조

AvailabilityGroup 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스