次の方法で共有


Item プロパティ (String)

指定した名前の MiningModel をコレクションから取得します。

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

構文

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

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

パラメーター

プロパティ値

型: Microsoft.AnalysisServices.AdomdClient. . :: . .MiningModel
コレクション内の、指定した名前を持つマイニング モデルです。

例外

例外 条件
AdomdErrorResponseException

The provider returned an error in response.

AdomdUnknownResponseException

The provider sent an unrecognizable response.

AdomdConnectionException

The connection was broken.

InvalidOperationException

The MiningModel was not found in the collection.

説明

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