TransformRemoveWarning Method |
Removes the specified data warning from the current instance.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxprotected void RemoveWarning(
DataWarning warning
)
Protected Sub RemoveWarning (
warning As DataWarning
)
protected:
void RemoveWarning(
DataWarning^ warning
)
member RemoveWarning :
warning : DataWarning -> unit
Parameters
- warning
- Type: Dundas.BI.Data.MetadataDataWarning
The warning to remove from the instance's list of data warnings.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException | warning is . |
See Also