ServerSetupAdapter Class
A ServerSetupAdapter object represents a server setup adapter.
Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Class ServerSetupAdapter _
    Inherits ServerAdapterBase _
    Implements IDmfAdapter, IServerSetupFacet, IDmfFacet
'Usage
Dim instance As ServerSetupAdapter
public class ServerSetupAdapter : ServerAdapterBase, 
    IDmfAdapter, IServerSetupFacet, IDmfFacet
public ref class ServerSetupAdapter : public ServerAdapterBase, 
    IDmfAdapter, IServerSetupFacet, IDmfFacet
type ServerSetupAdapter =  
    class
        inherit ServerAdapterBase
        interface IDmfAdapter
        interface IServerSetupFacet
        interface IDmfFacet
    end
public class ServerSetupAdapter extends ServerAdapterBase implements IDmfAdapter, IServerSetupFacet, IDmfFacet
Remarks
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
Inheritance Hierarchy
System.Object
  Microsoft.SqlServer.Management.Smo.ServerAdapterBase
    Microsoft.SqlServer.Management.Smo.ServerSetupAdapter
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.