Freigeben über


ModelComponent.AfterInsert-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Displays a ModelComponent object after added to the specified index.

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
)

Parameter

  • index
    Typ: System.Int32
    The index where the object is added.

Siehe auch

Verweis

ModelComponent Klasse

Microsoft.AnalysisServices-Namespace