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 네임스페이스