Classe DataSource
Represents a data source in a SharePoint library.
Hierarquia de herança
System.Object
ReportService2006.DataSource
Namespace: ReportService2006
Assembly: ReportService2006 (em ReportService2006.dll)
Sintaxe
'Declaração
Public Class DataSource
'Uso
Dim instance As DataSource
public class DataSource
public ref class DataSource
type DataSource = class end
public class DataSource
O tipo DataSource expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
DataSource | Initializes a new instance of the DataSource class. |
Início
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.