Classe DataSource
Represents a data source in the report server database.
Hierarquia de herança
System. . :: . .Object
ReportService2005..::..DataSource
Namespace: ReportService2005
Assembly: ReportService2005 (em ReportService2005.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 | The data source definition (DataSourceDefinition object) or a reference to 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.