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

Gets the specified MiningServiceParameter from the MiningServiceParameterCollection collection by its name.

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

Синтаксис

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

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

Параметры

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

Тип: Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter
The parameter with the specified name.

Замечания

In Microsoft Visual C#, this property is the indexer for the MiningServiceParameterCollection class.

См. также

Справочник

MiningServiceParameterCollection Класс

Перегрузка Item

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