AggregationAttributeCollection.Find(String) 方法

定义

从集合中获取具有指定 AttributeID 的 AggregationAttribute

public Microsoft.AnalysisServices.AggregationAttribute Find (string attributeId);
member this.Find : string -> Microsoft.AnalysisServices.AggregationAttribute
Public Function Find (attributeId As String) As AggregationAttribute

参数

attributeId
String

要查找的 AggregationAttribute 的 AttributeID。

返回

如果在集合中,则为具有指定 AttributeID 的 AggregationAttribute;否则为空引用(在 Visual Basic 中为 Nothing)。

适用于