Microsoft.SQLServer.2014.DatabaseBase de datos de SQL Server 2014

Microsoft.SQLServer.2014.Database (ClassType)

Base de datos de 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 (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar de objeto de supervisión. false 256  False 
Microsoft.SQLServer.2014.Database:
DatabaseName  string  Nombre de la base de datos true 256  False 
RecoveryModel  string  Modelo de recuperación false 256  False 
DatabaseAutogrow  string  Crecimiento automático de la base de datos establecido false 256  False 
LogAutogrow  string  Crecimiento automático del registro establecido false 256  False 
Updateability  string  Updateability false 256  False 
UserAccess  string  Acceso de usuario false 256  False 
Collation  string  Intercalación false 256  False 
Owner  string  Propietario false 256  False 
ResourcePool  string  Grupo de recursos 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>