ModelComponent.AfterInsert Method (Int32)
Applies To: SQL Server (starting with 2016)
Displays a ModelComponent object after added to the specified index.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.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.Int32The index where the object is added.
See Also
ModelComponent Class
Microsoft.AnalysisServices Namespace
Return to top