Freigeben über


ServerGroup.ISfcMovable.Move-Methode

Moves the ServerGroup object under the specified parent object and updates the storage to reflect the move.Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur..

Namespace:  Microsoft.SqlServer.Management.RegisteredServers
Assembly:  Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)

Syntax

'Declaration
Private Sub Move ( _
    newParent As SfcInstance _
) Implements ISfcMovable.Move
'Usage
Dim instance As ServerGroup 
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

Implementiert

ISfcMovable.Move(SfcInstance)

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

ServerGroup Klasse

Microsoft.SqlServer.Management.RegisteredServers-Namespace