SetBuilder Constructor (Tuple)
Initializes a new instance of the SetBuilder class, with a given Tuple.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Sub New ( _
tuple As Tuple _
)
public SetBuilder (
Tuple tuple
)
public:
SetBuilder (
Tuple^ tuple
)
public SetBuilder (
Tuple tuple
)
public function SetBuilder (
tuple : Tuple
)
Parameters
- tuple
The Tuple on which to initially base the set.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
SetBuilder Class
SetBuilder Members
Microsoft.AnalysisServices.AdomdServer Namespace