Microsoft.SQLServer.2016.Mirroring.GroupSQL 2016 Mirroring Group

Microsoft.SQLServer.2016.Mirroring.Group (ClassType)

Microsoft SQL Server 2016 Mirroring Group

Element properties:

Base ClassSystem.ComputerRole
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId34d49017-457c-992c-ef12-67e0d88e6907

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 monitoring object. false 256  False 
Microsoft.SQLServer.2016.Mirroring.Group:
Level  string  Mirroring Level false 256  False 
PrincipalComputerName  string  Principal Computer Name false 256  False 
PrincipalInstanceName  string  Principal SQL Instance Name false 256  False 
MirrorComputerName  string  Mirror Computer Name false 256  False 
MirrorInstanceName  string  Mirror SQL Instance Name false 256  False 
DatabaseName  string  Database Name false 256  False 
MirroringGUID  string  Mirroring GUID true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2016.Mirroring.Group" Accessibility="Public" Abstract="false" Base="System!System.ComputerRole" Hosted="false" Singleton="false">
<Property ID="Level" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="PrincipalComputerName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="PrincipalInstanceName" Type="string" Key="false"/>
<Property ID="MirrorComputerName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="MirrorInstanceName" Type="string" Key="false"/>
<Property ID="DatabaseName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="MirroringGUID" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>