DefaultRuleBase.PostCreate Method
This method supports the SMO infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Overrides Sub PostCreate
'Usage
Me.PostCreate()
protected override void PostCreate()
protected:
virtual void PostCreate() override
abstract PostCreate : unit -> unit
override PostCreate : unit -> unit
protected override function PostCreate()