Partager via


Méthode ManagedInstance.PostCreate

Sets the ID property of the base type to the execution result.

Espace de noms :  Microsoft.SqlServer.Management.Utility
Assembly :  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Syntaxe

'Déclaration
Protected Overrides Sub PostCreate ( _
    executionResult As Object _
)
'Utilisation
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
)

Paramètres

  • executionResult
    Type : System.Object
    A Object that contains the result of the create action.

Voir aussi

Référence

ManagedInstance Classe

Espace de noms Microsoft.SqlServer.Management.Utility