Método Add (MiningModel)
Adds a MiningModel to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Add ( _
item As MiningModel _
) As Integer
'Uso
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
Parâmetros
- item
Tipo: Microsoft.AnalysisServices. . :: . .MiningModel
The MiningModel to be added.
Valor de retorno
Tipo: System. . :: . .Int32
The zero-based index at which the MiningModel has been added.
Consulte também