Partager via


Méthode MoveImpl

Indicates the new parent object to move in an instance. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Protected Sub MoveImpl ( _
    newParent As SfcInstance _
)
'Utilisation
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
)

Paramètres