Microsoft.SQLServer.2008.Mirroring.GroupSQL 2008 镜像组

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

Microsoft SQL Server 2008 镜像组

Element properties:

Base ClassSystem.ComputerRole
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId25952854-4a70-0ea0-baa8-82419ad0096f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.SQLServer.2008.Mirroring.Group:
Level  string  镜像级别 false 256  False 
PrincipalComputerName  string  主体计算机名称 false 256  False 
PrincipalInstanceName  string  主体 SQL 实例名称 false 256  False 
MirrorComputerName  string  镜像计算机名称 false 256  False 
MirrorInstanceName  string  镜像 SQL 实例名称 false 256  False 
DatabaseName  string  数据库名称 false 256  False 
MirroringGUID  string  镜像 GUID true 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2008.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>