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.