AvailabilityGroupClusterType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |