次の方法で共有


MiningServiceParameterCollection.Item プロパティ (Int32)

指定したインデックスの MiningServiceParameterMiningServiceParameterCollection コレクションから取得します。

名前空間:  Microsoft.AnalysisServices.AdomdClient
アセンブリ:  Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)

構文

'宣言
Public ReadOnly Default Property Item ( _
    index As Integer _
) As MiningServiceParameter 
    Get
'使用
Dim instance As MiningServiceParameterCollection 
Dim index As Integer 
Dim value As MiningServiceParameter 

value = instance(index)
public MiningServiceParameter this[
    int index
] { get; }
public:
property MiningServiceParameter^ default[int index] {
    MiningServiceParameter^ get (int index);
}
member Item : MiningServiceParameter
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

プロパティ値

型: Microsoft.AnalysisServices.AdomdClient.MiningServiceParameter
指定したインデックス位置にあるパラメーターです。

説明

. Microsoft Visual C# の場合、このプロパティは MiningServiceParameterCollection クラスのインデクサーとなります。

関連項目

参照

MiningServiceParameterCollection クラス

Item オーバーロード

Microsoft.AnalysisServices.AdomdClient 名前空間