Share via


RegisteredServer.. Method

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntax

'Declaration
Private Sub Move ( _
    newParent As SfcInstance _
) Implements ISfcMovable.Move
'Usage
Dim instance As RegisteredServer
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 supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

  • newParent
    Type: SfcInstance

Implements

ISfcMovableMove(SfcInstance)