Runs the Multidimensional Expressions (MDX) Crossjoin function on two sets.
命名空间: Microsoft.AnalysisServices.AdomdServer
程序集: msmgdsrv (in msmgdsrv.dll)
语法
声明
Public Shared Function CrossJoin ( _
    set1 As Set, _
    set2 As Set _
) As Set
public static Set CrossJoin (
    Set set1,
    Set set2
)
public:
static Set^ CrossJoin (
    Set^ set1, 
    Set^ set2
)
public static Set CrossJoin (
    Set set1, 
    Set set2
)
public static function CrossJoin (
    set1 : Set, 
    set2 : Set
) : Set
参数
- set1
 The first set to be crossjoined.
- set2
 The second set to be crossjoined.
返回值
A set that contains the cross, or Cartesian, product of set1 and set2.
备注
The parameters, set1 and set2, must represent different hierarchies.
线程安全
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
MDX Class
MDX Members
Microsoft.AnalysisServices.AdomdServer Namespace