Метод 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.