Metoda ServerPropertyCollection.RemoveAt
Usuwa ServerProperty pod określonym indeksem z kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub RemoveAt ( _
index As Integer _
)
'Użycie
Dim instance As ServerPropertyCollection
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
)
Parametry
- index
Typ: System.Int32
Indeks od zera ServerProperty do usunięcia.
Implementacje
Wyjątki
Wyjątek | Warunek |
---|---|
ArgumentOutOfRangeException | indexjest mniejszy od zera. - lub - indexjest równa lub większa niż Count. |