Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the ServerSelectionAdapter class.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New ( _
obj As Server _
)
'Utilisation
Dim obj As Server
Dim instance As New ServerSelectionAdapter(obj)
public ServerSelectionAdapter(
Server obj
)
public:
ServerSelectionAdapter(
Server^ obj
)
new :
obj:Server -> ServerSelectionAdapter
public function ServerSelectionAdapter(
obj : Server
)
Paramètres
- obj
Type : Microsoft.SqlServer.Management.Smo.Server
A Server object.