ServerSetupAdapter constructeur
Initializes a new instance of the ServerSetupAdapter object.
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 ServerSetupAdapter(obj)
public ServerSetupAdapter(
Server obj
)
public:
ServerSetupAdapter(
Server^ obj
)
new :
obj:Server -> ServerSetupAdapter
public function ServerSetupAdapter(
obj : Server
)
Paramètres
- obj
Type : Microsoft.SqlServer.Management.Smo. . :: . .Server
A Server object that specifies the instance of SQL Server that is associated with the adapter.
Notes
Le constructeur par défaut rétablit les valeurs par défaut de tous les champs.