Item 属性

Gets the specified MiningParameter from the collection by its index.

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

语法

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

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

参数

属性值

类型:Microsoft.AnalysisServices.AdomdClient. . :: . .MiningParameter
The parameter at the specified index.

注释

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