ProjectInfo.ISfcMovable.Move(SfcInstance) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.