Costruttore ServerAdapter
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
obj As Server _
)
'Utilizzo
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
)
Parametri
Osservazioni
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.
Vedere anche