Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the new parent object to move in an instance. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Sub MoveImpl ( _
newParent As SfcInstance _
)
'Usage
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
)
Parameters
- newParent
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
The new parent object.