MiningAttributeCollection.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 はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- name
型: System.String
検索する MiningAttribute の名前です。
プロパティ値
型: Microsoft.AnalysisServices.AdomdServer.MiningAttribute
指定した名前の MiningAttribute です。
例外
例外 | 条件 |
---|---|
AdomdErrorResponseException | プロバイダーから応答でエラーが返されました。 |
AdomdUnknownResponseException | プロバイダーから認識できない応答が送信されました。 |
System.InvalidOperationException | MiningAttribute がコレクションに見つかりませんでした。 |