Namespace:
Dundas.BI.Data.Functions
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public SubsetResult(
Guid resultId,
int[] valueArray
)
Public Sub New (
resultId As Guid,
valueArray As Integer()
)
public:
SubsetResult(
Guid resultId,
array<int>^ valueArray
)
new :
resultId : Guid *
valueArray : int[] -> SubsetResult
Parameters
- resultId
- Type: SystemGuid
The result ID. - valueArray
- Type: SystemInt32
The value array.
Exceptions See Also