Microsoft.SQLServer.2016.Mirroring.DatabaseSQL 2016 Mirrored DB

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

Microsoft SQL Server 2016 Mirrored Database

Element properties:

Base ClassMicrosoft.SQLServer.2016.Database
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9eb3e647-6505-8ce5-f36b-83bcf2c6e8a3

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.Database:
DatabaseName  string  Database Name true 256  False 
RecoveryModel  string  Recovery Model false 256  False 
DatabaseAutogrow  string  Database Autogrow Set false 256  False 
LogAutogrow  string  Log Autogrow Set false 256  False 
Updateability  string  Updateability false 256  False 
UserAccess  string  User Access false 256  False 
Collation  string  Collation false 256  False 
Owner  string  Owner false 256  False 
ResourcePool  string  Resource Pool false 256  False 
Microsoft.SQLServer.2016.Mirroring.Database:
MirroringGUID  string  Mirroring GUID false 256  False 
MirroringRole  string  Mirroring Role false 256  False 
Level  string  Mirroring Level false 256  False 
Partner  string  Partner Instance false 256  False 
Witness  string  Witness Instance false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2016.Mirroring.Database" Accessibility="Public" Abstract="false" Base="SQL2016Core!Microsoft.SQLServer.2016.Database" Hosted="true" Singleton="false">
<Property ID="MirroringGUID" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="MirroringRole" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Level" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Partner" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Witness" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>