IServerSettings 接口
An interface for SQL Server 2008 Policy-Based Management that is based on Settings.
此 API 不符合 CLS。
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<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
用法
Dim instance As IServerSettings
[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
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
[<DisplayDescriptionKeyAttribute("IServerSettings_Desc")>]
[<RootFacetAttribute(typeof(Server))>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<CLSCompliantAttribute(false)>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")>]
[<DisplayNameKeyAttribute("IServerSettings_Name")>]
type IServerSettings =
interface
interface IDmfFacet
end
public interface IServerSettings extends IDmfFacet
IServerSettings 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
AuditLevel | Gets or sets the AuditLevel property 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 MailProfile property 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 TapeLoadWaitTime property for an instance of SQL Server. |
页首
注释
仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。