다음을 통해 공유


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
)

매개 변수