Microsoft.SQLServer.2016.DatabaseSQL Server 2016-Datenbank

Microsoft.SQLServer.2016.Database (ClassType)

Microsoft SQL Server 2016-Datenbank

Element properties:

Base ClassSystem.Database
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9046bf42-e42e-b7df-2ac8-3c0675a88c48

Class Hierarchy:

Class Properties:

Property Name Type Display Name (DEU) Description (DEU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Anzeigename Anzeigename des Überwachungsobjekts. false 256  False 
Microsoft.SQLServer.2016.Database:
DatabaseName  string  Datenbankname true 256  False 
RecoveryModel  string  Wiederherstellungsmodell false 256  False 
DatabaseAutogrow  string  Automatische Vergrößerung der Datenbank eingestellt false 256  False 
LogAutogrow  string  Automatische Vergrößerung des Protokolls eingestellt false 256  False 
Updateability  string  Aktualisierbarkeit false 256  False 
UserAccess  string  Benutzerzugriff false 256  False 
Collation  string  Sortierung false 256  False 
Owner  string  Besitzer false 256  False 
ResourcePool  string  Ressourcenpool false 256  False 

Health Model:

Source Code:

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