IServerSettings Interface
SQL Server 2012
An interface for SQL Server 2012 Policy-Based Management that is based on Settings.
This API is not CLS-compliant. Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[DisplayDescriptionKeyAttribute("IServerSettings_Desc")] [TypeConverterAttribute(typeof(LocalizableTypeConverter))] [LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")] [DisplayNameKeyAttribute("IServerSettings_Name")] [CLSCompliantAttribute(false)] [RootFacetAttribute(typeof(Server))] [EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)] public interface IServerSettings : IDmfFacet
The IServerSettings type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AuditLevel | Gets or sets the audit level for an instance of SQL Server. |
![]() | BackupDirectory | Gets or sets the BackupDirectory property for an instance SQL Server. |
![]() | DefaultFile | Gets or sets the DefaultFile property for an instance of SQL Server. |
![]() | DefaultLog | Gets or sets the DefaultLog property for a String. |
![]() | LoginMode | Gets or sets the ServerLoginMode for an instance of SQL Server. |
![]() | MailProfile | Gets or sets the mail profile for an instance of SQL Server. |
![]() | NumberOfLogFiles | Gets or sets the NumberOfLogFiles property for an instance of SQL Server. |
![]() | PerfMonMode | Gets or sets the PerfMonMode for an instance of SQL Server. |
![]() | TapeLoadWaitTime | Gets or sets the time needed for the loading an instance of SQL Server. |
