Metoda PostCreate
Ta metoda obsługuje infrastrukturę SMO i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Protected Overrides Sub PostCreate
'Użycie
Me.PostCreate()
protected override void PostCreate()
protected:
virtual void PostCreate() override
abstract PostCreate : unit -> unit
override PostCreate : unit -> unit
protected override function PostCreate()