Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
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
- newParent
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
An SfcInstance object that represents the parent.