Table of Contents

Enum SqlAvailabilityGroupClusterType

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

The cluster type of an availability group.

public enum SqlAvailabilityGroupClusterType

Fields

External = 3

The availability group uses a external cluster solution.

None = 2

The availability group is cluster-independent.

Unknown = 0

The cluster type is unknown.

Wsfc = 1

The availability group uses Windows Server Failover Cluster.