Método SfcInstance.PostCreate
Indicates the default implementor that creates the execution result. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Protected Overridable Sub PostCreate ( _
executionResult As Object _
)
'Uso
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
)
Parâmetros
- executionResult
Tipo: System.Object
The result of execution of the specified object.