Contains 方法 (AggregationDesignAttribute)
Indicates whether the collection contains a specified AggregationDesignAttribute.
命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Function Contains ( _
    item As AggregationDesignAttribute _
) As Boolean
用法
Dim instance As AggregationDesignAttributeCollection
Dim item As AggregationDesignAttribute
Dim returnValue As Boolean
returnValue = instance.Contains(item)
public bool Contains(
    AggregationDesignAttribute item
)
public:
bool Contains(
    AggregationDesignAttribute^ item
)
member Contains : 
        item:AggregationDesignAttribute -> bool 
public function Contains(
    item : AggregationDesignAttribute
) : boolean
参数
- item
类型:Microsoft.AnalysisServices. . :: . .AggregationDesignAttribute
The AggregationDesignAttribute to be located. 
返回值
类型:System. . :: . .Boolean
true if the AggregationDesignAttribute is contained in the collection; otherwise, false.