Metodo ModelComponent.AfterInsert
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Displays a ModelComponent object after added to the specified index.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Protected Friend Overridable Sub AfterInsert ( _
index As Integer _
)
'Utilizzo
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
)
Parametri
- index
Tipo: System.Int32
The index where the object is added.