AdomdRestrictionCollection.IList.Add Method (Object)

 

Adds an item to the AdomdRestrictionCollection.

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

Syntax

int IList.Add(
    object value
)
private:
virtual int Add(
    Object^ value
) sealed = IList::Add
private abstract Add : 
        value:Object -> int
private override Add : 
        value:Object -> int
Private Function Add (
    value As Object
) As Integer
    Implements IList.Add

Parameters

Return Value

Type: System.Int32

The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.

Implements

IList.Add(Object)

See Also

AdomdRestrictionCollection Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top