CellPropertyCollection.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 支援索引屬性的使用,但不支援新屬性的宣告。

參數

屬性值

型別:Microsoft.AnalysisServices.AdomdClient.CellProperty
The CellProperty with the specified name.

備註

The search performed is case-insensitive.

請參閱

參考

CellPropertyCollection 類別

Item 多載

Microsoft.AnalysisServices.AdomdClient 命名空間