Classe DataSource
Represents a data source in a report server database or SharePoint library.
Hierarquia de herança
System. . :: . .Object
ReportService2010..::..DataSource
Namespace: ReportService2010
Assembly: ReportService2010 (em ReportService2010.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class DataSource
'Uso
Dim instance As DataSource
[SerializableAttribute]
public class DataSource
[SerializableAttribute]
public ref class DataSource
[<SerializableAttribute>]
type DataSource = class end
public class DataSource
O tipo DataSource expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Item | Gets or sets the value that indicates whether the DataSource refers to a data source definition (DataSourceDefinition object) or a shared data source (DataSourceReference object). | |
Name | Gets or sets the name of the data source. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
DataSource is returned as output by the GetItemDataSources method and is passed as input to the SetItemDataSources method.
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.