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.