SetBuilder.Add 메서드

Adds a Tuple to the set.

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

구문

‘선언
Public Sub Add ( _
    tuple As Tuple _
)
‘사용 방법
Dim instance As SetBuilder 
Dim tuple As Tuple

instance.Add(tuple)
public void Add(
    Tuple tuple
)
public:
void Add(
    Tuple^ tuple
)
member Add : 
        tuple:Tuple -> unit
public function Add(
    tuple : Tuple
)

매개 변수

주의

The appended Tuple is added to the end of the internal Tuple collection.

참고 항목

참조

SetBuilder 클래스

Microsoft.AnalysisServices.AdomdServer 네임스페이스