Clase ConfigurationBase
The ConfigurationBase class is a base class that represents configuration information for the instance of SQL Server.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Management.Smo.ConfigurationBase
Microsoft.SqlServer.Management.Smo.Configuration
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Class ConfigurationBase
'Uso
Dim instance As ConfigurationBase
public class ConfigurationBase
public ref class ConfigurationBase
type ConfigurationBase = class end
public class ConfigurationBase
El tipo ConfigurationBase expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Parent | Gets the Server object that is the parent of the Configuration object. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Alter() | Updates the Configuration object property changes on the instance of SQL Server. | |
Alter(Boolean) | Updates the Configuration object property changes on the instance of SQL Server. | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
Refresh | Refreshes the Configuration object properties. | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
The ConfigurationBase class is used in the construction of the Configuration object.
Thread Safety
Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Ejemplos
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo