PostCreate-Methode
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
)
Parameter
- executionResult
Typ: System. . :: . .Object
A Object that contains the result of the create action.