Contains 메서드 (AlgorithmParameter)
Indicates whether the collection contains a specified AlgorithmParameter.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices
구문
‘선언
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.