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
ElementId79bebc03-5e7a-0460-65ef-43a24cc74d8b

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) 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>