Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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.