Microsoft.SQLServer.2016.DatabaseBanco de dados do SQL Server 2016

Microsoft.SQLServer.2016.Database (ClassType)

Banco de Dados do Microsoft SQL Server 2016

Element properties:

Base ClassSystem.Database
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2445b3c8-e05d-ad25-4c62-61aa307d3478

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
Microsoft.SQLServer.2016.Database:
DatabaseName  string  Nome do Banco de Dados true 256  False 
RecoveryModel  string  Modelo de Recuperação false 256  False 
DatabaseAutogrow  string  Conjunto de Crescimento Automático do Banco de Dados false 256  False 
LogAutogrow  string  Conjunto de Crescimento Automático do Log false 256  False 
Updateability  string  Capacidade de atualização false 256  False 
UserAccess  string  Acesso do Usuário false 256  False 
Collation  string  Agrupamento false 256  False 
Owner  string  Proprietário false 256  False 
ResourcePool  string  Pool de Recursos 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>