EnvironmentInfo.ISfcMovable.Move(SfcInstance) Method

Definition

Moves the EnvironmentInfo object to be a child of another folder.

 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 new parent used.

Implements

Applies to