Udostępnij za pośrednictwem


Metoda ModelComponent.AfterInsert

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Protected Friend Overridable Sub AfterInsert ( _
    index As Integer _
)
'Użycie
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
)

Parametry