Microsoft.SQLServer.2014.DatabaseSQL Server 2014 DB

Microsoft.SQLServer.2014.Database (ClassType)

Microsoft SQL Server 2014 데이터베이스

Element properties:

Base ClassSystem.Database
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7a6698d6-5d95-71ae-a479-fc1b0590fe4f

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.2014.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 

Health Model:

Source Code:

<ClassType ID="Microsoft.SQLServer.2014.Database" Accessibility="Public" Base="System!System.Database" Hosted="true" Abstract="false" Singleton="false">
<Property ID="DatabaseName" Type="string" Key="true"/>
<Property ID="RecoveryModel" Type="string"/>
<Property ID="DatabaseAutogrow" Type="string"/>
<Property ID="LogAutogrow" Type="string"/>
<Property ID="Updateability" Type="string"/>
<Property ID="UserAccess" Type="string"/>
<Property ID="Collation" Type="string"/>
<Property ID="Owner" Type="string"/>
<Property ID="ResourcePool" Type="string"/>
</ClassType>