Freigeben über


ServerConfigurationAdapter-Klasse

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

Hinweise

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

Vererbungshierarchie

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

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.