Metoda AdomdRestrictionCollection.RemoveAt
Usuwa ograniczeń pod określonym indeksem z AdomdRestrictionCollection kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdClient
Zestaw: Microsoft.AnalysisServices.AdomdClient (w Microsoft.AnalysisServices.AdomdClient.dll)
Składnia
'Deklaracja
Public Sub RemoveAt ( _
index As Integer _
)
'Użycie
Dim instance As AdomdRestrictionCollection
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 AdomdRestriction do usunięcia.
Implementacje
Zobacz także