Partager via


Méthode ServerGroup.ISfcMovable.Move

Moves the ServerGroup object under the specified parent object and updates the storage to reflect the move.Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server..

Espace de noms :  Microsoft.SqlServer.Management.RegisteredServers
Assembly :  Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntaxe

'Déclaration
Private Sub Move ( _
    newParent As SfcInstance _
) Implements ISfcMovable.Move
'Utilisation
Dim instance As ServerGroup 
Dim newParent As SfcInstance 

CType(instance, ISfcMovable).Move(newParent)
void ISfcMovable.Move(
    SfcInstance newParent
)
private:
virtual void Move(
    SfcInstance^ newParent
) sealed = ISfcMovable::Move
private abstract Move : 
        newParent:SfcInstance -> unit  
private override Move : 
        newParent:SfcInstance -> unit
JScript prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Paramètres

Implémente

ISfcMovable.Move(SfcInstance)

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

ServerGroup Classe

Espace de noms Microsoft.SqlServer.Management.RegisteredServers