Méthode PostRename
Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Protected Overridable Sub PostRename ( _
executionResult As Object _
)
'Utilisation
Dim executionResult As Object
Me.PostRename(executionResult)
protected virtual void PostRename(
Object executionResult
)
protected:
virtual void PostRename(
Object^ executionResult
)
abstract PostRename :
executionResult:Object -> unit
override PostRename :
executionResult:Object -> unit
protected function PostRename(
executionResult : Object
)
Paramètres
- executionResult
Type : System. . :: . .Object
The result of execution of the specified object.