Compartilhar via


Método SfcInstance.PostMove

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
Protected Overridable Sub PostMove ( _
    executionResult As Object _
)
'Uso
Dim executionResult As Object 

Me.PostMove(executionResult)
protected virtual void PostMove(
    Object executionResult
)
protected:
virtual void PostMove(
    Object^ executionResult
)
abstract PostMove : 
        executionResult:Object -> unit  
override PostMove : 
        executionResult:Object -> unit
protected function PostMove(
    executionResult : Object
)

Parâmetros

  • executionResult
    Tipo: System.Object
    The result of execution of the specified object.

Consulte também

Referência

SfcInstance Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc