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


Свойство AccountCollection.Item (String)

Gets the Account, with the specified identifier, from the collection.

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

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    accountType As String _
) As Account 
    Get
'Применение
Dim instance As AccountCollection 
Dim accountType As String 
Dim value As Account 

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

Параметры

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

Тип: Microsoft.AnalysisServices.Account
The Account specified by the identifier.

Исключения

Исключение Условие
ArgumentNullException

accountType is a null reference (Nothing in Visual Basic).

ItemNotFoundException

accountType does not exist in the collection.

См. также

Справочник

AccountCollection Класс

Перегрузка Item

Пространство имен Microsoft.AnalysisServices