ModelComponent.AfterInsert Method (Int32)

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Displays a ModelComponent object after added to the specified index.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

protected internal virtual void AfterInsert(
    int index
)
public protected:
virtual void AfterInsert(
    int index
)
abstract AfterInsert : 
        index:int -> unit
override AfterInsert : 
        index:int -> unit
Protected Friend Overridable Sub AfterInsert (
    index As Integer
)

Parameters

  • index
    Type: System.Int32

    The index where the object is added.

See Also

ModelComponent Class
Microsoft.AnalysisServices Namespace

Return to top