Initializes a new instance of the
BatchInfo class.
Namespace:
Dundas.BI.Data.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public BatchInfo(
Guid id,
ICollection<ParameterValue> parameterValues
)
Public Sub New (
id As Guid,
parameterValues As ICollection(Of ParameterValue)
)
public:
BatchInfo(
Guid id,
ICollection<ParameterValue^>^ parameterValues
)
new :
id : Guid *
parameterValues : ICollection<ParameterValue> -> BatchInfo
Parameters
- id
- Type: SystemGuid
The batch ID. - parameterValues
- Type: System.Collections.GenericICollectionParameterValue
The batch parameter values.
Exceptions See Also