Clase DataSource
Represents a data source in a SharePoint library.
Jerarquía de herencia
System.Object
ReportService2006.DataSource
Espacio de nombres: ReportService2006
Ensamblado: ReportService2006 (en ReportService2006.dll)
Sintaxis
'Declaración
Public Class DataSource
'Uso
Dim instance As DataSource
public class DataSource
public ref class DataSource
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 | 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. |
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.