Поделиться через


Класс InvalidDataSourceReference

Represents a state in which a data source reference is no longer valid.

Иерархия наследования

System.Object
  ReportService2006.DataSourceDefinitionOrReference
    ReportService2006.InvalidDataSourceReference

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
Public Class InvalidDataSourceReference _
    Inherits DataSourceDefinitionOrReference
'Применение
Dim instance As InvalidDataSourceReference
public class InvalidDataSourceReference : DataSourceDefinitionOrReference
public ref class InvalidDataSourceReference : public DataSourceDefinitionOrReference
type InvalidDataSourceReference =  
    class 
        inherit DataSourceDefinitionOrReference 
    end
public class InvalidDataSourceReference extends DataSourceDefinitionOrReference

Тип InvalidDataSourceReference обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод InvalidDataSourceReference Initializes a new instance of the InvalidDataSourceReference class.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен ReportService2006