Condividi tramite


Metodo Move

Moves this 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.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Sub Move ( _
    newParent As SfcInstance _
)
'Utilizzo
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
)

Parametri