Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.