Share via


ISfcMovable.Move Method

Moves this object under the specified parent object and updates the storage to reflect the move. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Sub Move ( _
    newParent As SfcInstance _
)
'Usage
Dim instance As ISfcMovable
Dim newParent As SfcInstance

instance.Move(newParent)
void Move(
    SfcInstance newParent
)
void Move(
    SfcInstance^ newParent
)
abstract Move : 
        newParent:SfcInstance -> unit 
function Move(
    newParent : SfcInstance
)

Parameters