Freigeben über


PostCreate-Methode

Indicates the default implementor that creates the execution result. 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 PostCreate ( _
    executionResult As Object _
)
'Usage
Dim executionResult As Object

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

Parameter