Поделиться через


Метод ManagedInstance.PostCreate

Sets the ID property of the base type to the execution result.

Пространство имен:  Microsoft.SqlServer.Management.Utility
Сборка:  Microsoft.SqlServer.Management.Utility (в Microsoft.SqlServer.Management.Utility.dll)

Синтаксис

'Декларация
Protected Overrides Sub PostCreate ( _
    executionResult As Object _
)
'Применение
Dim executionResult As Object 

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

Параметры

  • executionResult
    Тип: System.Object
    A Object that contains the result of the create action.

См. также

Справочник

ManagedInstance Класс

Пространство имен Microsoft.SqlServer.Management.Utility