ServerAdapter Constructor
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub New ( _
obj As Server _
)
'Usage
Dim obj As Server
Dim instance As New ServerAdapter(obj)
public ServerAdapter(
Server obj
)
public:
ServerAdapter(
Server^ obj
)
new :
obj:Server -> ServerAdapter
public function ServerAdapter(
obj : Server
)
Parameters
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.
See Also