DataSource-Klasse

Represents a data source in a SharePoint library.

Vererbungshierarchie

System. . :: . .Object
  ReportService2006..::..DataSource

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class DataSource
'Usage
Dim instance As DataSource
[SerializableAttribute]
public class DataSource
[SerializableAttribute]
public ref class DataSource
[<SerializableAttribute>]
type DataSource =  class end
public class DataSource

Der DataSource-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DataSource Initializes a new instance of the DataSource class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft 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).
Öffentliche Eigenschaft Name Gets or sets the name of the data source.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

DataSource is returned as output by the GetItemDataSources method and is passed as input to the SetItemDataSources method.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis