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.

頂端