Clase DataSource
Represents a data source in the report server database.
Jerarquía de herencia
System. . :: . .Object
ReportService2005..::..DataSource
Espacio de nombres: ReportService2005
Ensamblado: ReportService2005 (en ReportService2005.dll)
Sintaxis
'Declaración
<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
El tipo DataSource expone los siguientes miembros.
Constructores
| Nombre | Descripción | |
|---|---|---|
![]() |
DataSource | Initializes a new instance of the DataSource class. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
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. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
Finalize | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
MemberwiseClone | (Se hereda de Object.) |
![]() |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
DataSource is returned as output by the GetItemDataSources method and is passed as input to the SetItemDataSources method.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
.gif)
.gif)
.gif)