MoveImpl 方法

Indicates the new parent object to move in an instance. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Protected Sub MoveImpl ( _
    newParent As SfcInstance _
)
用法
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
)

参数