Метод 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 поддерживает использование явных реализаций интерфейса, но не объявление новых.
Параметры
- newParent
Тип: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
An SfcInstance object that represents the object.
Реализует
См. также