Item プロパティ (String)
指定した名前の CellProperty をコレクションから取得します。Microsoft Visual C# の場合、このプロパティは CellPropertyCollection クラスのインデクサとなります。
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
Public ReadOnly Default Property Item ( _
propertyName As String _
) As CellProperty
Get
'使用
Dim instance As CellPropertyCollection
Dim propertyName As String
Dim value As CellProperty
value = instance(propertyName)
public CellProperty this[
string propertyName
] { get; }
public:
property CellProperty^ default[String^ propertyName] {
CellProperty^ get (String^ propertyName);
}
member Item : CellProperty
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- propertyName
型: System. . :: . .String
検索する CellProperty の名前です。
説明
実行される検索では、大文字と小文字が区別されません。