Classe DataSource
Represents a data source in a SharePoint library.
Gerarchia di ereditarietà
System.Object
ReportService2006.DataSource
Spazio dei nomi ReportService2006
Assembly: ReportService2006 (in ReportService2006.dll)
Sintassi
'Dichiarazione
Public Class DataSource
'Utilizzo
Dim instance As DataSource
public class DataSource
public ref class DataSource
type DataSource = class end
public class DataSource
Nel tipo DataSource sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
DataSource | Initializes a new instance of the DataSource class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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 alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
DataSource is returned as output by the GetItemDataSources method and is passed as input to the SetItemDataSources method.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.