Item 屬性

Gets the specified Member object.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Member
    Get
'用途
Dim instance As TupleBuilder
Dim index As Integer
Dim value As Member

value = instance(index)
public Member this[
    int index
] { get; }
public:
property Member^ default[int index] {
    Member^ get (int index);
}
member Item : Member
JScript 支援索引屬性的使用,但不支援新屬性的宣告。

參數

備註

You can only access this function as an indexer. You cannot access this function as a method call itself. For example, you can call this function as an indexor, such as tb[0], but you cannot call this as a function, such as tb.this(0).