Aracılığıyla paylaş


IDatabaseMaintenanceFacet Interface

Interface that defined methods and properties for the database maintenance facet. This interface is not CLS-compliant.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Bildirim
<CLSCompliantAttribute(False)> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")> _
<DisplayNameKeyAttribute("IDatabaseMaintenanceFacet_Name")> _
<DisplayDescriptionKeyAttribute("IDatabaseMaintenanceFacet_Desc")> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
Public Interface IDatabaseMaintenanceFacet
    Inherits IDmfFacet
[CLSCompliantAttribute(false)] 
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)] 
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")] 
[DisplayNameKeyAttribute("IDatabaseMaintenanceFacet_Name")] 
[DisplayDescriptionKeyAttribute("IDatabaseMaintenanceFacet_Desc")] 
[TypeConverterAttribute(typeof(LocalizableTypeConverter))] 
public interface IDatabaseMaintenanceFacet : IDmfFacet
[CLSCompliantAttribute(false)] 
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)] 
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Smo.LocalizableResources")] 
[DisplayNameKeyAttribute(L"IDatabaseMaintenanceFacet_Name")] 
[DisplayDescriptionKeyAttribute(L"IDatabaseMaintenanceFacet_Desc")] 
[TypeConverterAttribute(typeof(LocalizableTypeConverter))] 
public interface class IDatabaseMaintenanceFacet : IDmfFacet
/** @attribute CLSCompliantAttribute(false) */ 
/** @attribute EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule) */ 
/** @attribute LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources") */ 
/** @attribute DisplayNameKeyAttribute("IDatabaseMaintenanceFacet_Name") */ 
/** @attribute DisplayDescriptionKeyAttribute("IDatabaseMaintenanceFacet_Desc") */ 
/** @attribute TypeConverterAttribute(Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableTypeConverter) */ 
public interface IDatabaseMaintenanceFacet extends IDmfFacet
CLSCompliantAttribute(false) 
EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule) 
LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources") 
DisplayNameKeyAttribute("IDatabaseMaintenanceFacet_Name") 
DisplayDescriptionKeyAttribute("IDatabaseMaintenanceFacet_Desc") 
TypeConverterAttribute(Microsoft.SqlServer.Management.Sdk.Sfc.LocalizableTypeConverter) 
public interface IDatabaseMaintenanceFacet extends IDmfFacet

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.