Microsoft.SQLServer.2014.DatabaseDatabase SQL Server 2014

Microsoft.SQLServer.2014.Database (ClassType)

Database di 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 (ITA) Description (ITA) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto di monitoraggio. false 256  False 
Microsoft.SQLServer.2014.Database:
DatabaseName  string  Nome database true 256  False 
RecoveryModel  string  Modello di recupero false 256  False 
DatabaseAutogrow  string  Impostazione aumento di dimensioni automatico database false 256  False 
LogAutogrow  string  Impostazione aumento di dimensioni automatico log false 256  False 
Updateability  string  AggiornabilitĂ  false 256  False 
UserAccess  string  Accesso utente false 256  False 
Collation  string  Regole di confronto false 256  False 
Owner  string  Proprietario false 256  False 
ResourcePool  string  Pool di risorse 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>