Metodo SfcInstance.PostCreate
Indicates the default implementor that creates the execution result. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Protected Overridable Sub PostCreate ( _
executionResult As Object _
)
'Utilizzo
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
)
Parametri
- executionResult
Tipo: System.Object
The result of execution of the specified object.