DataSource Class

Represents a data source in a SharePoint library.

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

Remarks

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

Inheritance Hierarchy

System.Object
  ReportService2006.DataSource

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.