Metoda ServerPropertyCollection.Insert (Int32, ServerProperty)
Wstawia ServerProperty do kolekcja pod określonym indeksem.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Sub Insert ( _
index As Integer, _
item As ServerProperty _
)
'Użycie
Dim instance As ServerPropertyCollection
Dim index As Integer
Dim item As ServerProperty
instance.Insert(index, item)
public void Insert(
int index,
ServerProperty item
)
public:
void Insert(
int index,
ServerProperty^ item
)
member Insert :
index:int *
item:ServerProperty -> unit
public function Insert(
index : int,
item : ServerProperty
)
Parametry
- index
Typ: System.Int32
Od zera indeksu, w którym chcesz wstawić nowy ServerProperty.
- item
Typ: Microsoft.AnalysisServices.ServerProperty
ServerProperty Do wstawiania.
Wyjątki
Wyjątek | Warunek |
---|---|
ArgumentOutOfRangeException | indexjest mniejszy od zera. - lub - indexjest równa lub większa niż [H:Microsoft.AnalysisServices.ModelComponentCollection.Count]. |
Zobacz także