หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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.