AvailabilityGroupClusterType Enum

Definition

Cluster type of the Availability Group

[System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AvailabilityGroupClusterTypeConverter))]
public enum AvailabilityGroupClusterType
[<System.ComponentModel.TypeConverter(typeof(Microsoft.SqlServer.Management.Smo.AvailabilityGroupClusterTypeConverter))>]
type AvailabilityGroupClusterType = 
Public Enum AvailabilityGroupClusterType
Inheritance
AvailabilityGroupClusterType
Attributes

Fields

External 2

The availability group uses external cluster solutions.

None 1

The availability group is cluster-independent.

Wsfc 0

The availability group is stored in WSFC.

Applies to