MDX.CrossJoin Method
Runs the Multidimensional Expressions (MDX) Crossjoin function on two sets.
Espace de noms: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntaxe
'Déclaration
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
Paramètres
- set1
The first set to be crossjoined.
- set2
The second set to be crossjoined.
Valeur de retour
A set that contains the cross, or Cartesian, product of set1 and set2.
Notes
The parameters, set1 and set2, must represent different hierarchies.
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
MDX Class
MDX Members
Microsoft.AnalysisServices.AdomdServer Namespace