Método AdomdRestrictionCollection.IList.Contains
Determines whether the AdomdRestrictionCollection contains the specified value.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Private Function Contains ( _
value As Object _
) As Boolean Implements IList.Contains
'Uso
Dim instance As AdomdRestrictionCollection
Dim value As Object
Dim returnValue As Boolean
returnValue = CType(instance, IList).Contains(value)
bool IList.Contains(
Object value
)
private:
virtual bool Contains(
Object^ value
) sealed = IList::Contains
private abstract Contains :
value:Object -> bool
private override Contains :
value:Object -> bool
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Parâmetros
- value
Tipo: System.Object
The Object to locate in the AdomdRestrictionCollection.
Valor de retorno
Tipo: System.Boolean
true if the Object is found in the AdomdRestrictionCollection; otherwise, false.