Méthode AlgorithmParameterCollection.Contains (AlgorithmParameter)
Indicates whether the collection contains a specified AlgorithmParameter.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Contains ( _
item As AlgorithmParameter _
) As Boolean
'Utilisation
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
Paramètres
- item
Type : Microsoft.AnalysisServices.AlgorithmParameter
The AlgorithmParameter to be located.
Valeur de retour
Type : System.Boolean
true if the AlgorithmParameter is contained in the collection; otherwise, false.