ModelComponentCollection.IList.Add Method (Object)

 

Applies To: SQL Server 2016 Preview

Adds an item to the collection.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.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

ModelComponentCollection Class
Microsoft.AnalysisServices Namespace

Return to top