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 | |
---|---|---|
DataSourceReference | Inicjuje nowe wystąpienie DataSourceReference klasy |
Do góry
Metody
Nazwa | Opis | |
---|---|---|
Equals | (Dziedziczony z Object). | |
Finalize | (Dziedziczony z Object). | |
GetHashCode | (Dziedziczony z Object). | |
GetType | (Dziedziczony z Object). | |
MemberwiseClone | (Dziedziczony z Object). | |
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.