Metodo ServerPropertyCollection.IList.Insert
Inserts an item to the collection at the specified index.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Private Sub Insert ( _
index As Integer, _
value As Object _
) Implements IList.Insert
'Utilizzo
Dim instance As ServerPropertyCollection
Dim index As Integer
Dim value As Object
CType(instance, IList).Insert(index, _
value)
void IList.Insert(
int index,
Object value
)
private:
virtual void Insert(
int index,
Object^ value
) sealed = IList::Insert
private abstract Insert :
index:int *
value:Object -> unit
private override Insert :
index:int *
value:Object -> unit
JScript supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Parametri
- index
Tipo: System.Int32
The zero-based index at which value should be inserted.
- value
Tipo: System.Object
The object to insert into the collection.