ISfcMovable.Move 方法
Moves the ServerGroup object under the specified parent object and updates the storage to reflect the move.不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。.
命名空間: 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 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 支援明確介面實作的使用,但不支援新介面實作的宣告。
參數
- newParent
型別:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcInstance
An SfcInstance object that represents the parent object
實作
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。