次の方法で共有


MiningAttributeCollection.Item プロパティ (String)

指定した名前の MiningAttribute をコレクションから取得します。 Microsoft Visual C# の場合、このプロパティは MiningAttributeCollection クラスのインデクサーとなります。

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

構文

'宣言
Public ReadOnly Default Property Item ( _
    index As String _
) As MiningAttribute 
    Get
'使用
Dim instance As MiningAttributeCollection 
Dim index As String 
Dim value As MiningAttribute 

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

パラメーター

プロパティ値

型: Microsoft.AnalysisServices.AdomdClient.MiningAttribute
指定した名前の MiningAttribute です。

例外

例外 条件
AdomdErrorResponseException

プロバイダーから応答でエラーが返されました。

AdomdUnknownResponseException

プロバイダーから認識できない応答が送信されました。

AdomdConnectionException

接続が解除されました。

System.InvalidOperationException

コレクションで MiningAttribute が見つかりませんでした。

関連項目

参照

MiningAttributeCollection クラス

Item オーバーロード

Microsoft.AnalysisServices.AdomdClient 名前空間