IServerSettings Members

Include Protected Members
Include Inherited Members

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

The IServerSettings type exposes the following members.

Properties

  Name Description
Public property AuditLevel Gets or sets the AuditLevel property for an instance of SQL Server.
Public property BackupDirectory Gets or sets the BackupDirectory property for an instance SQL Server.
Public property DefaultFile Gets or sets the DefaultFile property for an instance of SQL Server.
Public property DefaultLog Gets or sets the DefaultLog property for a String.
Public property LoginMode Gets or sets the ServerLoginMode for an instance of SQL Server.
Public property MailProfile Gets or sets the MailProfile property for an instance of SQL Server.
Public property NumberOfLogFiles Gets or sets the NumberOfLogFiles property for an instance of SQL Server.
Public property PerfMonMode Gets or sets the PerfMonMode for an instance of SQL Server.
Public property TapeLoadWaitTime Gets or sets the TapeLoadWaitTime property for an instance of SQL Server.

Top