Método Contains (AlgorithmParameter)
Indicates whether the collection contains a specified AlgorithmParameter.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Contains ( _
item As AlgorithmParameter _
) As Boolean
'Uso
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
Parâmetros
- item
Tipo: Microsoft.AnalysisServices. . :: . .AlgorithmParameter
The AlgorithmParameter to be located.
Valor de retorno
Tipo: System. . :: . .Boolean
true if the AlgorithmParameter is contained in the collection; otherwise, false.
Consulte também