ClrAssemblyFileCollection.IList.Add Method (Object)
Applies To: SQL Server (starting with 2016)
Adds an item to the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.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
value
Type: System.ObjectThe object to add.
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
See Also
ClrAssemblyFileCollection Class
Microsoft.AnalysisServices Namespace
Return to top