Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the RegisteredServer to move in a new location.
Namespace: Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Syntax
'Declaration
Public Sub Move ( _
newParent As ServerGroup _
)
'Usage
Dim instance As RegisteredServer
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
)
Parameters
- newParent
Type: Microsoft.SqlServer.Management.RegisteredServers.ServerGroup
An SfcInstance object that represents the parent object