Compartilhar via


Método Move

Moves this object under the specified parent object and updates the storage to reflect the move. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Sub Move ( _
    newParent As SfcInstance _
)
'Uso
Dim instance As ISfcMovable
Dim newParent As SfcInstance

instance.Move(newParent)
void Move(
    SfcInstance newParent
)
void Move(
    SfcInstance^ newParent
)
abstract Move : 
        newParent:SfcInstance -> unit 
function Move(
    newParent : SfcInstance
)

Parâmetros