ProjectInfo.ISfcMovable.Move(SfcInstance) Method

Definition

Moves this object under the specified parent object and updates the storage to reflect the move.

 virtual void Microsoft.SqlServer.Management.Sdk.Sfc.ISfcMovable.Move(Microsoft::SqlServer::Management::Sdk::Sfc::SfcInstance ^ newParent) = Microsoft::SqlServer::Management::Sdk::Sfc::ISfcMovable::Move;
void ISfcMovable.Move (Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance newParent);
abstract member Microsoft.SqlServer.Management.Sdk.Sfc.ISfcMovable.Move : Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance -> unit
override this.Microsoft.SqlServer.Management.Sdk.Sfc.ISfcMovable.Move : Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance -> unit
Sub Move (newParent As SfcInstance) Implements ISfcMovable.Move

Parameters

newParent
SfcInstance

The parent object.

Implements

Applies to