Compartilhar via


Classe DataSourceReference

Represents a reference to a shared data source in a SharePoint library.

Hierarquia de herança

System.Object
  ReportService2006.DataSourceDefinitionOrReference
    ReportService2006.DataSourceReference

Namespace:  ReportService2006
Assembly:  ReportService2006 (em ReportService2006.dll)

Sintaxe

'Declaração
Public Class DataSourceReference _
    Inherits DataSourceDefinitionOrReference
'Uso
Dim instance As DataSourceReference
public class DataSourceReference : DataSourceDefinitionOrReference
public ref class DataSourceReference : public DataSourceDefinitionOrReference
type DataSourceReference =  
    class 
        inherit DataSourceDefinitionOrReference 
    end
public class DataSourceReference extends DataSourceDefinitionOrReference

O tipo DataSourceReference expõe os membros a seguir.

Construtores

  Nome Descrição
Método público DataSourceReference Initializes a new instance of the DataSourceReference class.

Início

Propriedades

  Nome Descrição
Propriedade pública Reference Gets or sets reference to a shared data source in a SharePoint library.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

You can use theDataSourceReference class together with the Item property of the DataSource class to reference a shared data source in a SharePoint library.

The DataSourceReference class is associated with shared data sources. For more information about data sources, see Shared Data Sources and Report-Specific Data Sources.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace ReportService2006