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


Элементы DataSourceDefinition

Represents a data source definition in the Report Server database.

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

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

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

В начало

Методы

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

В начало

Свойства

  Имя Описание
Открытое свойство ConnectString Gets or sets the connection string for a data source.
Открытое свойство CredentialRetrieval Indicates the way in which the Report Server retrieves data source credentials.
Открытое свойство Enabled 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 Indicates whether the report server attempts to impersonate a user by using stored credentials after a data processing extension has established an authenticated connection to a data source.
Открытое свойство ImpersonateUserSpecified Gets or sets a value that indicates whether the ImpersonateUser property is specified.
Открытое свойство OriginalConnectStringExpressionBased Indicates whether the original connection string for the data source was expression-based. Read-only.
Открытое свойство 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 prompting for credentials.
Открытое свойство UseOriginalConnectString Specifies whether the data source should revert to the original connection string.
Открытое свойство UserName Gets or sets the user name that the report server uses to connect to a data source.
Открытое свойство WindowsCredentials Indicates whether the Report Server passes user-provided or stored credentials as Windows credentials when connecting to a data source.

В начало