SfcInstance.PostCreate 方法

Indicates the default implementor that creates the execution result. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Protected Overridable Sub PostCreate ( _
    executionResult As Object _
)
用法
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
)

参数

  • executionResult
    类型:System.Object
    The result of execution of the specified object.

请参阅

参考

SfcInstance 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间