다음을 통해 공유


CrossJoin 메서드

Runs the Multidimensional Expressions (MDX) Crossjoin function on two sets.

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

구문

‘선언
Public Shared Function CrossJoin ( _
    set1 As Set, _
    set2 As Set _
) As Set
‘사용 방법
Dim set1 As Set
Dim set2 As Set
Dim returnValue As Set

returnValue = MDX.CrossJoin(set1, _
    set2)
public static Set CrossJoin(
    Set set1,
    Set set2
)
public:
static Set^ CrossJoin(
    Set^ set1, 
    Set^ set2
)
static member CrossJoin : 
        set1:Set * 
        set2:Set -> Set 
public static function CrossJoin(
    set1 : Set, 
    set2 : Set
) : Set

매개 변수

반환 값

유형: Microsoft.AnalysisServices.AdomdServer. . :: . .Set
A set that contains the cross, or Cartesian, product of set1 and set2.

주의

The parameters, set1 and set2, must represent different hierarchies.