ConfigurationBase Members

Include Protected Members
Include Inherited Members

The ConfigurationBase class is a base class that represents configuration information for the instance of SQL Server.

The ConfigurationBase type exposes the following members.

Methods

  Name Description
Public method Alter() Updates the Configuration object property changes on the instance of SQL Server. 
Public method Alter(Boolean) Updates the Configuration object property changes on the instance of SQL Server. 
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method Refresh() Refreshes the Configuration object properties.
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Parent Gets the Server object that is the parent of the Configuration object.

Top