Interface IServerSettings

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

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
<CLSCompliantAttribute(False)> _
<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")> _
<DisplayNameKeyAttribute("IServerSettings_Name")> _
<DisplayDescriptionKeyAttribute("IServerSettings_Desc")> _
<RootFacetAttribute(GetType(Server))> _
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<TypeConverterAttribute(GetType(LocalizableTypeConverter))> _
Public Interface IServerSettings _
    Inherits IDmfFacet
'Uso
Dim instance As IServerSettings
[CLSCompliantAttribute(false)]
[LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")]
[DisplayNameKeyAttribute("IServerSettings_Name")]
[DisplayDescriptionKeyAttribute("IServerSettings_Desc")]
[RootFacetAttribute(typeof(Server))]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
public interface IServerSettings : IDmfFacet
[CLSCompliantAttribute(false)]
[LocalizedPropertyResourcesAttribute(L"Microsoft.SqlServer.Management.Smo.LocalizableResources")]
[DisplayNameKeyAttribute(L"IServerSettings_Name")]
[DisplayDescriptionKeyAttribute(L"IServerSettings_Desc")]
[RootFacetAttribute(typeof(Server))]
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)]
[TypeConverterAttribute(typeof(LocalizableTypeConverter))]
public interface class IServerSettings : IDmfFacet
[<CLSCompliantAttribute(false)>]
[<LocalizedPropertyResourcesAttribute("Microsoft.SqlServer.Management.Smo.LocalizableResources")>]
[<DisplayNameKeyAttribute("IServerSettings_Name")>]
[<DisplayDescriptionKeyAttribute("IServerSettings_Desc")>]
[<RootFacetAttribute(typeof(Server))>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<TypeConverterAttribute(typeof(LocalizableTypeConverter))>]
type IServerSettings =  
    interface
        interface IDmfFacet
    end
public interface IServerSettings extends IDmfFacet

O tipo IServerSettings expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública AuditLevel Gets or sets the AuditLevel property for an instance of SQL Server.
Propriedade pública BackupDirectory Gets or sets the BackupDirectory property for an instance SQL Server.
Propriedade pública DefaultFile Gets or sets the DefaultFile property for an instance of SQL Server.
Propriedade pública DefaultLog Gets or sets the DefaultLog property for a String.
Propriedade pública LoginMode Gets or sets the ServerLoginMode for an instance of SQL Server.
Propriedade pública MailProfile Gets or sets the MailProfile property for an instance of SQL Server.
Propriedade pública NumberOfLogFiles Gets or sets the NumberOfLogFiles property for an instance of SQL Server.
Propriedade pública PerfMonMode Gets or sets the PerfMonMode for an instance of SQL Server.
Propriedade pública TapeLoadWaitTime Gets or sets the TapeLoadWaitTime property for an instance of SQL Server.

Início

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Consulte também

Referência