SqlObjectBase.IntegrateParentResult(EnumResult) Method

Definition

combine StatementBuilder from this level with what was received in the result from the parent level

protected virtual void IntegrateParentResult (Microsoft.SqlServer.Management.Sdk.Sfc.EnumResult erParent);
abstract member IntegrateParentResult : Microsoft.SqlServer.Management.Sdk.Sfc.EnumResult -> unit
override this.IntegrateParentResult : Microsoft.SqlServer.Management.Sdk.Sfc.EnumResult -> unit
Protected Overridable Sub IntegrateParentResult (erParent As EnumResult)

Parameters

erParent
EnumResult

Applies to