Partager via


Membres DataSourceDefinition

Represents a data source definition in the Report Server database.

Le type DataSourceDefinition expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique DataSourceDefinition Initializes a new instance of the DataSourceDefinition class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique ConnectString Gets or sets the connection string for a data source.
Propriété publique CredentialRetrieval Indicates the way in which the Report Server retrieves data source credentials.
Propriété publique Enabled Indicates whether a data source is enabled.
Propriété publique EnabledSpecified Gets or sets a value that indicates whether the Enabled property is specified.
Propriété publique Extension Gets or sets the name of the data source extension: SQL, OLEDB, ODBC, or a custom extension.
Propriété publique 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.
Propriété publique ImpersonateUserSpecified Gets or sets a value that indicates whether the ImpersonateUser property is specified.
Propriété publique OriginalConnectStringExpressionBased Indicates whether the original connection string for the data source was expression-based. Read-only.
Propriété publique Password Gets or sets the password that the report server uses to connect to a data source.
Propriété publique Prompt Gets or sets the prompt that the report server displays to the user when prompting for credentials.
Propriété publique UseOriginalConnectString Specifies whether the data source should revert to the original connection string.
Propriété publique UserName Gets or sets the user name that the report server uses to connect to a data source.
Propriété publique WindowsCredentials Indicates whether the Report Server passes user-provided or stored credentials as Windows credentials when connecting to a data source.

Haut de la page