DataStateConditionAddTargetState Method |
Adds a
DataState to the current instance list of target states.
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public void AddTargetState(
DataState state
)
Public Sub AddTargetState (
state As DataState
)
public:
void AddTargetState(
DataState^ state
)
member AddTargetState :
state : DataState -> unit
Parameters
- state
- Type: Dundas.BI.Entities.MetricSetsDataState
The DataState to add to the list.
Exceptions See Also