ISfcMovable.Move Método
Moves this object under the specified parent object and updates the storage to reflect the move. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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.