次の方法で共有


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()