Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Determines whether the collection contains the specified value.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Private Function Contains ( _
value As Object _
) As Boolean Implements IList.Contains
'Uso
Dim instance As AdomdParameterCollection
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 admite el uso de implementaciones de interfaces explícitas, pero no la declaración de otras nuevas.
Parámetros
- value
Tipo: System.Object
The object to locate in the collection.
Valor devuelto
Tipo: System.Boolean
true if the object is found in the collection; otherwise, false.