Interface for all objects that support informational
DataWarnings.
Namespace: Dundas.BI.Data.MetadataAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic interface IDataWarnings
Public Interface IDataWarnings
public interface class IDataWarnings
type IDataWarnings = interface end
The IDataWarnings type exposes the following members.
Properties| | Name | Description |
|---|
 | HasWarnings |
Gets a value indicating whether this instance,or one of its dependencies, has warnings.
|
 | Warnings |
Gets the warnings for the current instance, as well as for any dependency objects.
|
Top
See Also