PostDrop-Methode
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
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
)
Parameter
- executionResult
Typ: System. . :: . .Object
The result of execution of the specified object.