NamedComponentCollection.Insert-Methode (Int32, ModelComponent)

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

Inserts a ModelComponent in the NamedComponentCollection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

VB
'Declaration
Protected Friend Overrides Sub Insert ( _
    index As Integer, _
    item As ModelComponent _
)
'Usage
Dim index As Integer 
Dim item As ModelComponent 

Me.Insert(index, item)

Parameter

  • index
    Typ: System.Int32
    The zero-based index at which item should be inserted. 

Siehe auch

Verweis

NamedComponentCollection Klasse

Insert-Überladung

Microsoft.AnalysisServices-Namespace