AggregationDesignAttributeCollection.Item[] 属性

定义

重载

Item[String]

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

Item[Int32]

从集合中的指定索引处获取 AggregationDesignAttribute

Item[String]

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

public Microsoft.AnalysisServices.AggregationDesignAttribute this[string attributeId] { get; }
member this.Item(string) : Microsoft.AnalysisServices.AggregationDesignAttribute
Default Public ReadOnly Property Item(attributeId As String) As AggregationDesignAttribute

参数

attributeId
String

要返回的 AggregationDesignAttribute 的 AttributeID。

属性值

具有指定 AttributeID 的 AggregationDesignAttribute

例外

集合中不包含具有指定 AttributeID 的 AggregationDesignAttribute

适用于

Item[Int32]

从集合中的指定索引处获取 AggregationDesignAttribute

public Microsoft.AnalysisServices.AggregationDesignAttribute this[int index] { get; }
member this.Item(int) : Microsoft.AnalysisServices.AggregationDesignAttribute
Default Public ReadOnly Property Item(index As Integer) As AggregationDesignAttribute

参数

index
Int32

要返回的 AggregationDesignAttribute 的从零开始的索引。

属性值

指定索引处的 AggregationDesignAttribute

例外

指定的索引不是有效值(小于零或大于元素总数)。

适用于