Поделиться через


Свойство Item (Int32)

Gets the specified MemberProperty from the collection by its index. In C#, this property is the indexer for the MemberPropertyCollection class.

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    index As Integer _
) As MemberProperty
    Get
'Применение
Dim instance As MemberPropertyCollection
Dim index As Integer
Dim value As MemberProperty

value = instance(index)
public MemberProperty this[
    int index
] { get; }
public:
property MemberProperty^ default[int index] {
    MemberProperty^ get (int index);
}
member Item : MemberProperty
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

Значение свойства

Тип: Microsoft.AnalysisServices.AdomdClient. . :: . .MemberProperty