Udostępnij za pośrednictwem


Klasa DataSourceReference

Reprezentuje odwołanie do źródło danych udostępnionych.

Hierarchia dziedziczenia

System.Object
  ReportService2005.DataSourceDefinitionOrReference
    ReportService2005.DataSourceReference

Przestrzeń nazw:  ReportService2005
Zestaw:  ReportService2005 (w ReportService2005.dll)

Składnia

'Deklaracja
<SerializableAttribute> _
Public Class DataSourceReference _
    Inherits DataSourceDefinitionOrReference
'Użycie
Dim instance As DataSourceReference
[SerializableAttribute]
public class DataSourceReference : DataSourceDefinitionOrReference
[SerializableAttribute]
public ref class DataSourceReference : public DataSourceDefinitionOrReference
[<SerializableAttribute>]
type DataSourceReference =  
    class
        inherit DataSourceDefinitionOrReference
    end
public class DataSourceReference extends DataSourceDefinitionOrReference

Typ DataSourceReference uwidacznia następujące elementy członkowskie.

Konstruktorzy

  Nazwa Opis
Metoda publiczna DataSourceReference Inicjuje nowe wystąpienie DataSourceReference klasy

Do góry

Właściwości

  Nazwa Opis
Właściwość publiczna Reference Odwołanie do źródło danych udostępnionych.

Do góry

Metody

  Nazwa Opis
Metoda publiczna Equals (Dziedziczony z Object).
Metoda chroniona Finalize (Dziedziczony z Object).
Metoda publiczna GetHashCode (Dziedziczony z Object).
Metoda publiczna GetType (Dziedziczony z Object).
Metoda chroniona MemberwiseClone (Dziedziczony z Object).
Metoda publiczna ToString (Dziedziczony z Object).

Do góry

Przykłady

You can use theDataSourceReference class with the Item property of the DataSource class to get or set a reference to a shared data source.

DataSourceReference Klasy jest skojarzony z źródeł danych udostępnionych.Aby uzyskać więcej informacji o źródłach danych, zobacz Shared Data Sources and Custom Data Sources.

Bezpieczeństwo wątków

Wszystkie publiczne statyczny (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Nie ma gwarancji, że elementy członkowskie wystąpień będą bezpieczne dla wątków.

Zobacz także

Odwołanie