ReportParameterCollection.RemoveAt Yöntemi
Kaldırır ReportParameter belirtilen dizin adresindeki koleksiyon.
Ad Alanı: Microsoft.AnalysisServices
Derleme: Microsoft.AnalysisServices (Microsoft.AnalysisServices içinde.dll)
Sözdizimi
'Bildirim
Public Sub RemoveAt ( _
index As Integer _
)
'Kullanım
Dim instance As ReportParameterCollection
Dim index As Integer
instance.RemoveAt(index)
public void RemoveAt(
int index
)
public:
virtual void RemoveAt(
int index
) sealed
abstract RemoveAt :
index:int -> unit
override RemoveAt :
index:int -> unit
public final function RemoveAt(
index : int
)
Parametreler
- index
Tür: System.Int32
Sıfır tabanlı dizini ReportParameter Kaldır.
Uygulamalar
Kural dışı durumlar
Özel durum | Koşul |
---|---|
ArgumentOutOfRangeException | indexsıfırdan küçük. - veya - index' e eşit veya daha büyük Count. |