Metodo SqlSmoObject.PostCreate
The method that is activated after the SqlSmoObject is created.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Protected Overridable Sub PostCreate
'Utilizzo
Me.PostCreate()
protected virtual void PostCreate()
protected:
virtual void PostCreate()
abstract PostCreate : unit -> unit
override PostCreate : unit -> unit
protected function PostCreate()