EnumObject.PostProcess(EnumResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is called after the data has been retrived by the final object so the chian is preparing to be freed Because the objects are persisted between calls free any call specific data
public virtual void PostProcess (Microsoft.SqlServer.Management.Sdk.Sfc.EnumResult erChildren);
abstract member PostProcess : Microsoft.SqlServer.Management.Sdk.Sfc.EnumResult -> unit
override this.PostProcess : Microsoft.SqlServer.Management.Sdk.Sfc.EnumResult -> unit
Public Overridable Sub PostProcess (erChildren As EnumResult)
Parameters
- erChildren
- EnumResult