SfcInstance.MoveImpl Method

Indicates the new parent object to move in an instance. 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
Protected Sub MoveImpl ( _
    newParent As SfcInstance _
)
'Usage
Dim newParent As SfcInstance 

Me.MoveImpl(newParent)
protected void MoveImpl(
    SfcInstance newParent
)
protected:
void MoveImpl(
    SfcInstance^ newParent
)
member MoveImpl : 
        newParent:SfcInstance -> unit
protected function MoveImpl(
    newParent : SfcInstance
)

Parameters

See Also

Reference

SfcInstance Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace