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.