IDataWarnings Interface

Interface for all objects that support informational DataWarnings.

Namespace: Dundas.BI.Data.Metadata
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public interface IDataWarnings

The IDataWarnings type exposes the following members.

Properties
 NameDescription
Public propertyHasWarnings Gets a value indicating whether this instance,or one of its dependencies, has warnings.
Public propertyWarnings Gets the warnings for the current instance, as well as for any dependency objects.
Top
See Also