Partager via


Méthode Move

Moves this object under the specified parent object and updates the storage to reflect the move. 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
Sub Move ( _
    newParent As SfcInstance _
)
'Utilisation
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
)

Paramètres