Aracılığıyla paylaş


ReportParameterCollection.Insert Yöntemi (Int32, ReportParameter)

Ekler bir ReportParameter içine koleksiyon adresinde belirtilen dizini.

Ad Alanı:  Microsoft.AnalysisServices
Derleme:  Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)

Sözdizimi

'Bildirim
Public Sub Insert ( _
    index As Integer, _
    item As ReportParameter _
)
'Kullanım
Dim instance As ReportParameterCollection
Dim index As Integer
Dim item As ReportParameter

instance.Insert(index, item)
public void Insert(
    int index,
    ReportParameter item
)
public:
void Insert(
    int index, 
    ReportParameter^ item
)
member Insert : 
        index:int * 
        item:ReportParameter -> unit 
public function Insert(
    index : int, 
    item : ReportParameter
)

Parametreler

Kural dışı durumlar

Özel durum Koşul
ArgumentOutOfRangeException

indexsıfırdan küçük.

- veya -

index' e eşit veya daha büyük [H:Microsoft.AnalysisServices.ModelComponentCollection.Count].