Microsoft.SQLServer.2016.Mirroring.DatabaseSQL 2016 镜像数据库

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

Microsoft SQL Server 2016 镜像数据库

Element properties:

Base ClassMicrosoft.SQLServer.2016.Database
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdbb9bd552-59e8-7010-b0be-c1c10ce1b07e

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.2016.Database:
DatabaseName  string  数据库名称 true 256  False 
RecoveryModel  string  恢复模式 false 256  False 
DatabaseAutogrow  string  数据库自动增长集 false 256  False 
LogAutogrow  string  日志自动增长集 false 256  False 
Updateability  string  可更新性 false 256  False 
UserAccess  string  用户访问权限 false 256  False 
Collation  string  排序规则 false 256  False 
Owner  string  所有者 false 256  False 
ResourcePool  string  资源池 false 256  False 
Microsoft.SQLServer.2016.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.2016.Mirroring.Database" Accessibility="Public" Abstract="false" Base="SQL2016Core!Microsoft.SQLServer.2016.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>