Metodo AfterInsert
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
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
Vedere anche