Compartilhar via


Construtor ServerAdapter

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub New ( _
    obj As Server _
)
'Uso
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
)

Comentários

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.