Metodo ServerGroup.ISfcMovable.Move
Moves the ServerGroup object under the specified parent object and updates the storage to reflect the move.Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server..
Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintassi
'Dichiarazione
Private Sub Move ( _
newParent As SfcInstance _
) Implements ISfcMovable.Move
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Parametri
- newParent
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
An SfcInstance object that represents the parent object
Implementa
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers