AdomdRestrictionCollection.IList.Insert Method (Int32, Object)

 

Insert an item to the AdomdRestrictionCollection at the specified index.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

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
Private Sub Insert (
    index As Integer,
    value As Object
)
    Implements IList.Insert

Parameters

  • index
    Type: System.Int32

    The zero-based index at which value should be inserted.

Implements

IList.Insert(Int32, Object)

See Also

AdomdRestrictionCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top