Namespace:
Dundas.BI.Data.Functions
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxpublic 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: System.Guid
The result ID. - valueArray
- Type:System.Int32[]
The value array.
Exceptions
See Also