ISfcMovable.Move 方法

Moves this object under the specified parent object and updates the storage to reflect the move. This class cannot be inherited.

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

语法

声明
Private Sub Move ( _
    newParent As SfcInstance _
) Implements ISfcMovable.Move
用法
Dim instance As RegisteredServer
Dim newParent As SfcInstance

CType(instance, ISfcMovable).Move(newParent)
void ISfcMovable.Move(
    SfcInstance newParent
)
private:
virtual void Move(
    SfcInstance^ newParent
) sealed = ISfcMovable::Move
private abstract Move : 
        newParent:SfcInstance -> unit 
private override Move : 
        newParent:SfcInstance -> unit 
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

参数

实现

ISfcMovable. . :: . .Move(SfcInstance)