Classe ServerConfigurationAdapter

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Class ServerConfigurationAdapter _
    Inherits ServerAdapterBase _
    Implements IServerPerformanceFacet, IDmfAdapter, IServerConfigurationFacet, IDmfFacet
'Utilisation
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

Notes

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

Hiérarchie d'héritage

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

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.