Condividi tramite


Membri DataSourceDefinition

Represents a data source definition in the Report Server database.

Il tipo DataSourceDefinition espone i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DataSourceDefinition Initializes a new instance of the DataSourceDefinition class.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ToString (Ereditato da Object).

In alto

Proprietà

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

In alto