MiningModelCollection.Add Method (MiningModel)
Adds a MiningModel to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Add ( _
item As MiningModel _
) As Integer
'Usage
Dim instance As MiningModelCollection
Dim item As MiningModel
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
MiningModel item
)
public:
int Add(
MiningModel^ item
)
member Add :
item:MiningModel -> int
public function Add(
item : MiningModel
) : int
Parameters
- item
Type: Microsoft.AnalysisServices.MiningModel
The MiningModel to be added.
Return Value
Type: System.Int32
The zero-based index at which the MiningModel has been added.