Metoda AdomdRestrictionCollection.Insert
Wstawia ograniczenie do AdomdRestrictionCollection kolekcja pod określonym indeksem.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdClient
Zestaw: Microsoft.AnalysisServices.AdomdClient (w Microsoft.AnalysisServices.AdomdClient.dll)
Składnia
'Deklaracja
Public Sub Insert ( _
index As Integer, _
value As AdomdRestriction _
)
'Użycie
Dim instance As AdomdRestrictionCollection
Dim index As Integer
Dim value As AdomdRestriction
instance.Insert(index, value)
public void Insert(
int index,
AdomdRestriction value
)
public:
void Insert(
int index,
AdomdRestriction^ value
)
member Insert :
index:int *
value:AdomdRestriction -> unit
public function Insert(
index : int,
value : AdomdRestriction
)
Parametry
- index
Typ: System.Int32
Indeks od zera, jaką value powinna zostać dodana.
- value
Typ: Microsoft.AnalysisServices.AdomdClient.AdomdRestriction
AdomdRestriction Do wstawienia do AdomdRestrictionCollection.
Zobacz także