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


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

Gets the ServerProperty that has the specified name from the collection.

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

Синтаксис

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

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

Параметры

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

Тип: Microsoft.AnalysisServices.ServerProperty
The ServerProperty specified by name.

Исключения

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

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

ItemNotFoundException

name does not exist in the collection.

См. также

Справочник

ServerPropertyCollection Класс

Перегрузка Item

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