Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.