GroupCollection.IList.Add Method
SQL Server 2012
Adds an item to the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Parameters
- value
- Type: System.Object
The object to add.
Return Value
Type: System.Int32The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.