ServerAdapter Constructor
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
obj As Server _
)
public ServerAdapter (
Server obj
)
public:
ServerAdapter (
Server^ obj
)
public ServerAdapter (
Server obj
)
public function ServerAdapter (
obj : Server
)
Parameters
- obj
Object
Remarks
This class acts as the flattener for server properties that are hidden in Settings and Configuration. Facets will inherit from this class to add new logical properties, use the Alter and Refresh methods of this class.
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.
See Also