Contains 메서드 (Action)
Indicates whether the collection contains a specified Action.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
Public Function Contains ( _
item As Action _
) As Boolean
‘사용 방법
Dim instance As ActionCollection
Dim item As Action
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
Action item
)
public:
bool Contains(
Action^ item
)
member Contains :
item:Action -> bool
public function Contains(
item : Action
) : boolean
매개 변수
- item
유형: Microsoft.AnalysisServices. . :: . .Action
The Action to be located.
반환 값
유형: System. . :: . .Boolean
true if the Action is contained in the collection; otherwise, false.