AttributeTranslationCollection.Item 属性

Gets the AttributeTranslation at the specified index from the collection.

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

语法

声明
Public ReadOnly Default Property Item ( _
    index As Integer _
) As AttributeTranslation 
    Get
用法
Dim instance As AttributeTranslationCollection 
Dim index As Integer 
Dim value As AttributeTranslation 

value = instance(index)
public AttributeTranslation this[
    int index
] { get; }
public:
property AttributeTranslation^ default[int index] {
    AttributeTranslation^ get (int index);
}
member Item : AttributeTranslation
JScript 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

类型:Microsoft.AnalysisServices.AttributeTranslation
The AttributeTranslation at the specified index.

异常

异常 条件
ArgumentOutOfRangeException

index is less than zero.

-or-

index is greater than or equal to the number of AttributeTranslation in the collection.

请参阅

参考

AttributeTranslationCollection 类

Microsoft.AnalysisServices 命名空间