다음을 통해 공유


Item 속성

Gets the specified Tuple object.

네임스페이스:  Microsoft.AnalysisServices.AdomdServer
어셈블리:  msmgdsrv.dll의 msmgdsrv

구문

‘선언
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Tuple
    Get
‘사용 방법
Dim instance As SetBuilder
Dim index As Integer
Dim value As Tuple

value = instance(index)
public Tuple this[
    int index
] { get; }
public:
property Tuple^ default[int index] {
    Tuple^ get (int index);
}
member Item : Tuple
Jscript는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.

매개 변수

주의

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