ServerConfigurationAdapter Clase
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Class ServerConfigurationAdapter _
Inherits ServerAdapterBase _
Implements IServerPerformanceFacet, IDmfAdapter, IServerConfigurationFacet, IDmfFacet
'Uso
Dim instance As ServerConfigurationAdapter
public class ServerConfigurationAdapter : ServerAdapterBase,
IServerPerformanceFacet, IDmfAdapter, IServerConfigurationFacet, IDmfFacet
public ref class ServerConfigurationAdapter : public ServerAdapterBase,
IServerPerformanceFacet, IDmfAdapter, IServerConfigurationFacet, IDmfFacet
type ServerConfigurationAdapter =
class
inherit ServerAdapterBase
interface IServerPerformanceFacet
interface IDmfAdapter
interface IServerConfigurationFacet
interface IDmfFacet
end
public class ServerConfigurationAdapter extends ServerAdapterBase implements IServerPerformanceFacet, IDmfAdapter, IServerConfigurationFacet, IDmfFacet
Notas
This class abstracts configuration and settings so properties that belong to those classes can be implemented as a facet.
Jerarquía de herencia
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .ServerAdapterBase
Microsoft.SqlServer.Management.Smo..::..ServerConfigurationAdapter
Seguridad para subprocesos
Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también