Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 PostDrop ( _
executionResult As Object _
)
'Usage
Dim executionResult As Object
Me.PostDrop(executionResult)
protected virtual void PostDrop(
Object executionResult
)
protected:
virtual void PostDrop(
Object^ executionResult
)
abstract PostDrop :
executionResult:Object -> unit
override PostDrop :
executionResult:Object -> unit
protected function PostDrop(
executionResult : Object
)
Parameters
- executionResult
Type: System.Object
The result of execution of the specified object.