Aracılığıyla paylaş


IServerSettings Interface

An interface for SQL Server 2008 Policy-Based Management that is based on Settings. This interface is not CLS-compliant.

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

Syntax

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

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

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.