Méthode SqlSmoObject.PostAlter
The method that is activated after the SqlSmoObject is altered.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected Overridable Sub PostAlter
'Utilisation
Me.PostAlter()
protected virtual void PostAlter()
protected:
virtual void PostAlter()
abstract PostAlter : unit -> unit
override PostAlter : unit -> unit
protected function PostAlter()