Microsoft.SQLServer.2016.Mirroring.WitnessServer di controllo database con mirroring di SQL 2016

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

Server di controllo del database con mirroring di Microsoft SQL Server 2016

Element properties:

Base ClassMicrosoft.SQLServer.2016.Component
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3d8f6857-7254-cfdd-508f-c1ee0e62ccff

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto di monitoraggio. false 256  False 
Microsoft.SQLServer.2016.Mirroring.Witness:
DatabaseName  string  Nome database false 256  False 
Principal  string  Nome computer principale false 256  False 
Mirror  string  Nome computer mirror false 256  False 
Level  string  Livello di mirroring false 256  False 
MirroringGUID  string  GUID di mirroring true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2016.Mirroring.Witness" Accessibility="Public" Abstract="false" Base="SQL2016Core!Microsoft.SQLServer.2016.Component" Hosted="true" Singleton="false">
<Property ID="DatabaseName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Principal" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Mirror" 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="MirroringGUID" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>