共用方式為


Move 方法

Specifies the RegisteredServer to move in a new location.

命名空間:  Microsoft.SqlServer.Management.RegisteredServers
組件:  Microsoft.SqlServer.Management.RegisteredServers (在 Microsoft.SqlServer.Management.RegisteredServers.dll 中)

語法

'宣告
Public Sub Move ( _
    newParent As ServerGroup _
)
'用途
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
)

參數