Constructeur SetBuilder (Tuple)
Initializes a new instance of the SetBuilder class, with a given Tuple.
Espace de noms : Microsoft.AnalysisServices.AdomdServer
Assembly : msmgdsrv (en msmgdsrv.dll)
Syntaxe
'Déclaration
Public Sub New ( _
tuple As Tuple _
)
'Utilisation
Dim tuple As Tuple
Dim instance As New SetBuilder(tuple)
public SetBuilder(
Tuple tuple
)
public:
SetBuilder(
Tuple^ tuple
)
new :
tuple:Tuple -> SetBuilder
public function SetBuilder(
tuple : Tuple
)
Paramètres
- tuple
Type : Microsoft.AnalysisServices.AdomdServer. . :: . .Tuple
The Tuple on which to initially base the set.
Voir aussi