Поделиться через


Класс DataSourceDefinition

Represents a data source definition in SharePoint library.

Иерархия наследования

System.Object
  ReportService2006.DataSourceDefinitionOrReference
    ReportService2006.DataSourceDefinition

Пространство имен:  ReportService2006
Сборка:  ReportService2006 (в ReportService2006.dll)

Синтаксис

'Декларация
Public Class DataSourceDefinition _
    Inherits DataSourceDefinitionOrReference
'Применение
Dim instance As DataSourceDefinition
public class DataSourceDefinition : DataSourceDefinitionOrReference
public ref class DataSourceDefinition : public DataSourceDefinitionOrReference
type DataSourceDefinition =  
    class 
        inherit DataSourceDefinitionOrReference 
    end
public class DataSourceDefinition extends DataSourceDefinitionOrReference

Тип DataSourceDefinition обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод DataSourceDefinition Initializes a new instance of the DataSourceDefinition class.

В начало

Свойства

  Имя Описание
Открытое свойство ConnectString Gets or sets the connection string for a data source.
Открытое свойство CredentialRetrieval Gets or sets a value that indicates the way in which the report server retrieves data source credentials.
Открытое свойство Enabled Gets a value that indicates whether a data source is enabled.
Открытое свойство EnabledSpecified Gets or sets a value that indicates whether the Enabled property is specified.
Открытое свойство Extension Gets or sets the name of the data source extension: SQL, OLEDB, ODBC, or a custom extension.
Открытое свойство ImpersonateUser Gets or sets a value that indicates whether the report server tries to impersonate a user by using stored credentials.
Открытое свойство ImpersonateUserSpecified Gets or sets a value that indicates whether the ImpersonateUser property is specified.
Открытое свойство OriginalConnectStringExpressionBased Gets a value that indicates whether the original connection string for the data source was expression-based.
Открытое свойство Password Gets or sets the password that the report server uses to connect to a data source.
Открытое свойство Prompt Gets or sets the prompt that the report server displays to the user when it prompts for credentials.
Открытое свойство UseOriginalConnectString Gets or sets a value that specifies whether the data source should revert to the original connection string.
Открытое свойство UserName Gets or sets the user name the report server uses to connect to a data source.
Открытое свойство WindowsCredentials Gets or sets a value that indicates whether the report server passes user-provided or stored credentials as Windows credentials when it connects to a data source.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

Use the DataSourceDefinition class together with the Item property of the DataSource class.

A DataSourceDefinition object is returned as output by the GetDataSourceContents method and is passed as input to the CreateDataSource and SetDataSourceContents methods.

The DataSourceDefinition class is used for both embedded and shared data sources.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен ReportService2006