ServerConfigurationAdapter Constructor
Constructor for ServerConfigurationClass
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
obj As Server _
)
public ServerConfigurationAdapter (
Server obj
)
public:
ServerConfigurationAdapter (
Server^ obj
)
public ServerConfigurationAdapter (
Server obj
)
public function ServerConfigurationAdapter (
obj : Server
)
Parameters
- obj
Object - should be a server object.
Remarks
This class abstracts configuration and settings so properties that belong to those classes can be implemented as a facet.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.