AdomdRestrictionCollection.IList.Contains 方法
Determines whether the AdomdRestrictionCollection contains the specified value.
命名空间: Microsoft.AnalysisServices.AdomdClient
程序集: Microsoft.AnalysisServices.AdomdClient(在 Microsoft.AnalysisServices.AdomdClient.dll 中)
语法
声明
Private Function Contains ( _
value As Object _
) As Boolean Implements IList.Contains
用法
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 支持使用显式接口实现,但不支持声明新显式接口实现。
参数
- value
类型:System.Object
The Object to locate in the AdomdRestrictionCollection.
返回值
类型:System.Boolean
true if the Object is found in the AdomdRestrictionCollection; otherwise, false.