Microsoft.SQLServer.Windows.Mirroring.DatabaseSQL Windows Mirrored DB

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

Microsoft SQL Server Windows Mirrored Database

Element properties:

Base ClassMicrosoft.SQLServer.Windows.Database
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf955856f-1ae0-96b4-1143-d40357ae9ed4

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.SQLServer.Core.Database:
DatabaseName  string  Database Name true 256  False     
Collation  string  Collation false 256  False     
RecoveryModel  string  Recovery Model false 256  False     
Updateability  string  Updateability false 256  False     
DatabaseAutogrow  string  Database Autogrow Set false 256  False     
LogAutogrow  string  Log Autogrow Set false 256  False     
UserAccess  string  User Access false 256  False     
Owner  string  Owner false 256  False     
Microsoft.SQLServer.Windows.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.Windows.Mirroring.Database" Accessibility="Public" Abstract="false" Base="MSWD!Microsoft.SQLServer.Windows.Database" Hosted="true" Singleton="false" Extension="false">
<Property ID="MirroringGUID" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="MirroringRole" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="Level" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="Partner" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="Witness" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
</ClassType>