共用方式為


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)