Méthode Move
Specifies the RegisteredServersServerGroup object to move in a new location.
Espace de noms : Microsoft.SqlServer.Management.RegisteredServers
Assembly : Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntaxe
'Déclaration
Public Sub Move ( _
newParent As ServerGroup _
)
'Utilisation
Dim instance As ServerGroup
Dim newParent As ServerGroup
instance.Move(newParent)
public void Move(
ServerGroup newParent
)
public:
void Move(
ServerGroup^ newParent
)
member Move :
newParent:ServerGroup -> unit
public function Move(
newParent : ServerGroup
)
Paramètres
- newParent
Type : Microsoft.SqlServer.Management.RegisteredServers. . :: . .ServerGroup
An SfcInstance object that represents the parent object.
Voir aussi