Contains 方法 (AggregationDesign)

Indicates whether the collection contains a specified AggregationDesign.

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

语法

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

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

返回值

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