Item 屬性 (String)
Gets the specified CellProperty from the collection by its name. In Microsoft Visual C#, this property is the indexer for the CellPropertyCollection class.
命名空間: 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
The name of the CellProperty to find.
備註
The search performed is case-insensitive.