Classe DataSource
Represents a data source.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel..::..DataSource
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class DataSource _
Inherits ReportObject _
Implements INamedObject
'Uso
Dim instance As DataSource
public class DataSource : ReportObject, INamedObject
public ref class DataSource : public ReportObject,
INamedObject
type DataSource =
class
inherit ReportObject
interface INamedObject
end
public class DataSource extends ReportObject implements INamedObject
O tipo DataSource expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
ComponentMetadata | The component metadata. (Herdado de ReportObject.) | |
ConnectionProperties | The connection properties. | |
Credentials | Infraestrutura. | |
DataSourceID | The data source ID. | |
DataSourceReference | The path to a shared data source. | |
DesignTimeCredentials | Infraestrutura. | |
ImpersonateUser | Infraestrutura. | |
IsModel | Infraestrutura. | |
IsModified | Infraestrutura. | |
IsModifiedSincePreview | Infraestrutura. | |
IsReference | Infraestrutura. | |
IsShared | Infraestrutura. | |
Name | The data source name. | |
Parent | The parent of this report object. (Herdado de ReportObjectBase.) | |
RunTimeCredentials | Infraestrutura. | |
SecurityType | The authentication method of the data source. | |
ShouldSaveCredentials | Infraestrutura. | |
Site | Infraestrutura. (Herdado de ReportObject.) | |
Transaction | Indicates whether the datasets that use this data source run in a single transaction. | |
WindowsCredentials | Infraestrutura. |
Início
Métodos
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IDisposable. . :: . .Dispose | (Herdado de ReportObject.) | |
IComponent. . :: . .Disposed | (Herdado de ReportObject.) |
Início
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.