DataDrivenConditionAddTargetCell Method |
Adds the specified target cell to the current instance monitoring list.
Namespace:
Dundas.BI.Notifications
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxpublic void AddTargetCell(
TargetDataCell targetCell
)
Public Sub AddTargetCell (
targetCell As TargetDataCell
)
public:
void AddTargetCell(
TargetDataCell^ targetCell
)
member AddTargetCell :
targetCell : TargetDataCell -> unit
Parameters
- targetCell
- Type: Dundas.BI.NotificationsTargetDataCell
The target cell.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | targetCell is . |
| ArgumentException | targetCell does not match the condition MetricSet definition
or
targetCell is already defined within the current instance monitoring list.
|
See Also