Méthode SfcInstance.MoveImpl
Indicates the new parent object to move in an instance. 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
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
- newParent
Type : Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The new parent object.