Freigeben über


DataSourceDefinition-Member

Represents a data source definition in the Report Server database.

Der DataSourceDefinition-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DataSourceDefinition Initializes a new instance of the DataSourceDefinition class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

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

Zum Anfang