Compartir a través de


ServerAdapter Constructor

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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
)

Notas

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.