Share via


PostCreate 方法

在创建 SqlSmoObject 后激活的方法。

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Protected Overridable Sub PostCreate
用法

Me.PostCreate()
protected virtual void PostCreate()
protected:
virtual void PostCreate()
abstract PostCreate : unit -> unit 
override PostCreate : unit -> unit 
protected function PostCreate()