Microsoft.SQLServer.2012.Mirroring.DatabaseSQL 2012 미러된 DB

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

Microsoft SQL Server 2012 미러된 데이터베이스

Element properties:

Base ClassMicrosoft.SQLServer.2012.Database
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6d5ef8d6-c7dc-1092-5856-67ead73bce78

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.Database:
DatabaseName  string  데이터베이스 이름 true 256  False 
RecoveryModel  string  복구 모델 false 256  False 
DatabaseAutogrow  string  데이터베이스 자동 증가 설정 false 256  False 
DatabaseSize  string  데이터베이스 크기(MB)(문자열)(사용되지 않음) false 256  False 
DatabaseSizeNumeric  int  데이터베이스 크기(MB)(숫자)(사용되지 않음) false 256   
LogAutogrow  string  로그 자동 증가 설정 false 256  False 
Updateability  string  업데이트 가능 여부 false 256  False 
UserAccess  string  사용자 액세스 권한 false 256  False 
Collation  string  데이터 정렬 false 256  False 
LogSize  string  로그 크기(MB)(문자열)(사용되지 않음) false 256  False 
LogSizeNumeric  int  로그 크기(MB)(숫자)(사용되지 않음) false 256   
Owner  string  소유자 false 256  False 
Microsoft.SQLServer.2012.Mirroring.Database:
MirroringGUID  string  미러링 GUID false 256  False 
MirroringRole  string  미러링 역할 false 256  False 
Level  string  미러링 수준 false 256  False 
Partner  string  파트너 인스턴스 false 256  False 
Witness  string  미러링 모니터 서버 인스턴스 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2012.Mirroring.Database" Accessibility="Public" Abstract="false" Base="SQL2012Core!Microsoft.SQLServer.2012.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>