ModelComponent.AfterInsert Method
This API supports the infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Protected Friend Overridable Sub AfterInsert ( _
index As Integer _
)
'Usage
Dim index As Integer
Me.AfterInsert(index)
protected internal virtual void AfterInsert(
int index
)
protected public:
virtual void AfterInsert(
int index
)
abstract AfterInsert :
index:int -> unit
override AfterInsert :
index:int -> unit
function AfterInsert(
index : int
)
Parameters
- index
Type: System.Int32