InvalidDataSourceReference Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a state in which a data source reference is no longer valid.
public ref class InvalidDataSourceReference : ReportService2006::DataSourceDefinitionOrReference
public class InvalidDataSourceReference : ReportService2006.DataSourceDefinitionOrReference
type InvalidDataSourceReference = class
inherit DataSourceDefinitionOrReference
Public Class InvalidDataSourceReference
Inherits DataSourceDefinitionOrReference
- Inheritance
Remarks
An InvalidDataSourceReference object is used with the Item property as output by GetItemDataSources method.
In most cases, an InvalidDataSourceReference object is returned when a shared data source has been deleted.
Constructors
InvalidDataSourceReference() |
Initializes a new instance of the InvalidDataSourceReference class. |