ServerAdapter constructeur
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
obj As Server _
)
'Utilisation
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
)
Paramètres
Notes
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.
Voir aussi