IDatabasePerformanceFacet Interface
Defines methods and properties that can be used to measure and influence database performance.
This API is not CLS-compliant.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[TypeConverterAttribute((LocalizableTypeConverter^::typeid))] [EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)] [CLSCompliantAttribute(false)] [DisplayDescriptionKeyAttribute("IDatabasePerformanceFacet_Desc")] [LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")] [DisplayNameKeyAttribute("IDatabasePerformanceFacet_Name")] public interface class IDatabasePerformanceFacet : IDmfFacet
| Name | Description | |
|---|---|---|
![]() | AutoClose | Gets or sets a value that indicates whether the database will be closed automatically after the last user exits. |
![]() | AutoShrink | Indicates whether the database files are candidates for periodic shrinking. |
![]() | CollationMatchesModelOrMaster | Gets a value that indicates whether the collation of the database matches the master or model database. |
![]() | DataAndLogFilesOnSeparateLogicalVolumes | Indicates whether the database has its data and log files on different logical volumes. |
![]() | IsSystemObject | Indicates whether the database performance facet is a system object. |
![]() | Size | Gets the size of the database in megabytes (MB). |
![]() | Status | Gets the database status. |
Show:
