Метод ActionCollection.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.