Metoda AggregationInstanceAttributeCollection.Insert (Int32, AggregationInstanceAttribute)
Wstawia określonego AggregationInstanceAttribute do kolekcja w lokalizacji określonej przez index.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub Insert ( _
index As Integer, _
item As AggregationInstanceAttribute _
)
'Użycie
Dim instance As AggregationInstanceAttributeCollection
Dim index As Integer
Dim item As AggregationInstanceAttribute
instance.Insert(index, item)
public void Insert(
int index,
AggregationInstanceAttribute item
)
public:
void Insert(
int index,
AggregationInstanceAttribute^ item
)
member Insert :
index:int *
item:AggregationInstanceAttribute -> unit
public function Insert(
index : int,
item : AggregationInstanceAttribute
)
Parametry
- index
Typ: System.Int32
Int wartość z lokalizacją gdzie AggregationInstanceAttribute dla wstawianego.
- item
Typ: Microsoft.AnalysisServices.AggregationInstanceAttribute
Określa AggregationInstanceAttribute do wstawienia.