Méthode PostCreate
Méthode activée après la création du SqlSmoObject.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Protected Overridable Sub PostCreate
'Utilisation
Me.PostCreate()
protected virtual void PostCreate()
protected:
virtual void PostCreate()
abstract PostCreate : unit -> unit
override PostCreate : unit -> unit
protected function PostCreate()