Microsoft.SQLServer.Core.DistributedAvailabilityGroupSQL Server Distributed Availability Group

Microsoft.SQLServer.Core.DistributedAvailabilityGroup (ClassType)

This object represents Distributed Availability Group SMO object.

Knowledge Base article:

Summary

This object represents Distributed Availability Group SMO object.

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId63c93c68-09b4-6968-1b81-098c056ef84d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
Microsoft.SQLServer.Core.DistributedAvailabilityGroup:
UniqueId  guid  Unique identifier true 256   
PrimaryAvailabilityGroupName  string  Primary availability group name false 128  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.Core.DistributedAvailabilityGroup" Base="System!System.Entity" Accessibility="Public" Abstract="false" Hosted="false" Singleton="false">
<Property ID="UniqueId" Type="guid" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="PrimaryAvailabilityGroupName" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="128"/>
</ClassType>