Partager via


Méthode ModelComponent.AfterInsert

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Displays a ModelComponent object after added to the specified index.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Protected Friend Overridable Sub AfterInsert ( _
    index As Integer _
)
'Utilisation
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
)

Paramètres

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

Voir aussi

Référence

ModelComponent Classe

Espace de noms Microsoft.AnalysisServices