Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Moves this object under the specified parent object and updates the storage to reflect the move. Ne faites pas directement référence à 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
- newParent
Type : Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
An SfcInstance object that represents the parent.