Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the ID property of the base type to the execution result.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
Protected Overrides Sub PostCreate ( _
executionResult As Object _
)
'Usage
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
)
Parameters
- executionResult
Type: System.Object
A Object that contains the result of the create action.