Contains 方法 (AggregationDimension)

Checks whether the collection contains a specified AggregationDimension.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Function Contains ( _
    item As AggregationDimension _
) As Boolean
用法
Dim instance As AggregationDimensionCollection
Dim item As AggregationDimension
Dim returnValue As Boolean

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

返回值

类型:System. . :: . .Boolean
true if the AggregationDimension is contained in the collection; otherwise, false.