Метод AlgorithmParameterCollection.Contains (AlgorithmParameter)
Indicates whether the collection contains a specified AlgorithmParameter.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Contains ( _
item As AlgorithmParameter _
) As Boolean
'Применение
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
Параметры
- item
Тип: Microsoft.AnalysisServices.AlgorithmParameter
The AlgorithmParameter to be located.
Возвращаемое значение
Тип: System.Boolean
true if the AlgorithmParameter is contained in the collection; otherwise, false.