Поделиться через


Метод Contains

Determines whether a AdomdRestriction is in the AdomdRestrictionCollection.

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public Function Contains ( _
    value As AdomdRestriction _
) As Boolean
'Применение
Dim instance As AdomdRestrictionCollection
Dim value As AdomdRestriction
Dim returnValue As Boolean

returnValue = instance.Contains(value)
public bool Contains(
    AdomdRestriction value
)
public:
bool Contains(
    AdomdRestriction^ value
)
member Contains : 
        value:AdomdRestriction -> bool 
public function Contains(
    value : AdomdRestriction
) : boolean

Возвращаемое значение

Тип System. . :: . .Boolean
A Boolean that contains true if the AdomdRestriction exists in the collection; false otherwise.