다음을 통해 공유


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

Name Value Description
Wsfc 0

The availability group is stored in WSFC.

None 1

The availability group is cluster-independent.

External 2

The availability group uses external cluster solutions.

Applies to