Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Overridable Sub PostMove ( _
executionResult As Object _
)
'Usage
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
)
Parameters
- executionResult
Type: System.Object
The result of execution of the specified object.