Metodo AlgorithmParameterCollection.Contains (AlgorithmParameter)
Indicates whether the collection contains a specified AlgorithmParameter.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Contains ( _
item As AlgorithmParameter _
) As Boolean
'Utilizzo
Dim instance As AlgorithmParameterCollection
Dim item As AlgorithmParameter
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
AlgorithmParameter item
)
public:
bool Contains(
AlgorithmParameter^ item
)
member Contains :
item:AlgorithmParameter -> bool
public function Contains(
item : AlgorithmParameter
) : boolean
Parametri
- item
Tipo: Microsoft.AnalysisServices.AlgorithmParameter
The AlgorithmParameter to be located.
Valore restituito
Tipo: System.Boolean
true if the AlgorithmParameter is contained in the collection; otherwise, false.