Interface IDatabaseMaintenanceFacet

Interface that defined methods and properties for the database maintenance facet.

Essa API não é compatível com CLS. 

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")> _
<DisplayDescriptionKeyAttribute("IDatabaseMaintenanceFacet_Desc")> _
<DisplayNameKeyAttribute("IDatabaseMaintenanceFacet_Name")> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<CLSCompliantAttribute(False)> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
Public Interface IDatabaseMaintenanceFacet _
    Inherits IDmfFacet
'Uso
Dim instance As IDatabaseMaintenanceFacet
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")]
[DisplayDescriptionKeyAttribute("IDatabaseMaintenanceFacet_Desc")]
[DisplayNameKeyAttribute("IDatabaseMaintenanceFacet_Name")]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[CLSCompliantAttribute(false)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
public interface IDatabaseMaintenanceFacet : IDmfFacet
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Smo.LocalizableResources")]
[DisplayDescriptionKeyAttribute(L"IDatabaseMaintenanceFacet_Desc")]
[DisplayNameKeyAttribute(L"IDatabaseMaintenanceFacet_Name")]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[CLSCompliantAttribute(false)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
public interface class IDatabaseMaintenanceFacet : IDmfFacet
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")>]
[<DisplayDescriptionKeyAttribute("IDatabaseMaintenanceFacet_Desc")>]
[<DisplayNameKeyAttribute("IDatabaseMaintenanceFacet_Name")>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<CLSCompliantAttribute(false)>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
type IDatabaseMaintenanceFacet =  
    interface 
        interface IDmfFacet 
    end
public interface IDatabaseMaintenanceFacet extends IDmfFacet

O tipo IDatabaseMaintenanceFacet expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DataAndBackupOnSeparateLogicalVolumes A Boolean value that indicates if data and backup are on separate logical volumes.
Propriedade pública LastBackupDate Gets a date and time for the last database backup.
Propriedade pública LastLogBackupDate Gets a date and time for the last log backup.
Propriedade pública PageVerify Gets or sets the type of page integrity check that SQL Server performs when reading database pages.
Propriedade pública ReadOnly Gets or sets a Boolean value that specifies if the database is read-only.
Propriedade pública RecoveryModel Gets or set the database recovery model.
Propriedade pública Status Gets a DatabaseStatus object.
Propriedade pública TargetRecoveryTime Gets or sets the database for the target recovery time.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Smo