次の方法で共有


Item プロパティ (String)

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

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

構文

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

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

パラメーター

例外

例外 条件
AdomdErrorResponseException

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

AdomdUnknownResponseException

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

System..::..InvalidOperationException

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