SqlObjectBase.PostProcess Method
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Overrides Sub PostProcess ( _
erChildren As EnumResult _
)
'Usage
Dim instance As SqlObjectBase
Dim erChildren As EnumResult
instance.PostProcess(erChildren)
public override void PostProcess(
EnumResult erChildren
)
public:
virtual void PostProcess(
EnumResult^ erChildren
) override
abstract PostProcess :
erChildren:EnumResult -> unit
override PostProcess :
erChildren:EnumResult -> unit
public override function PostProcess(
erChildren : EnumResult
)
Parameters
- erChildren
Type: Microsoft.SqlServer.Management.Sdk.Sfc.EnumResult
The child of the result of an enumeration.