Metoda ModelComponentCollection.RemoveAt (Int32)
Usuwa IModelComponent pod określonym indeksem z ModelComponentCollection.
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 ModelComponentCollection
Dim index As Integer
instance.RemoveAt(index)
public void RemoveAt(
int index
)
public:
void RemoveAt(
int index
)
member RemoveAt :
index:int -> unit
public function RemoveAt(
index : int
)
Parametry
- index
Typ: System.Int32
Indeks od zera IModelComponent do usunięcia.
Zobacz także