ServerConfigurationAdapter Class

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Class ServerConfigurationAdapter _
    Inherits ServerAdapterBase _
    Implements IServerPerformanceFacet, IDmfAdapter, IServerConfigurationFacet, IDmfFacet
'Usage
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

Remarks

This class abstracts configuration and settings so properties that belong to those classes can be implemented as a facet.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Smo.ServerAdapterBase
    Microsoft.SqlServer.Management.Smo.ServerConfigurationAdapter

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.