DataSourceDefinition Members
Include Protected Members
Include Inherited Members
Represents a data source definition in the Report Server database.
The DataSourceDefinition type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .gif) | DataSourceDefinition() | Initializes a new instance of the DataSourceDefinition class. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals(Object) | (Inherited from Object.) | 
| .gif) | Finalize() | (Inherited from Object.) | 
| .gif) | GetHashCode() | (Inherited from Object.) | 
| .gif) | GetType() | (Inherited from Object.) | 
| .gif) | MemberwiseClone() | (Inherited from Object.) | 
| .gif) | ToString() | (Inherited from Object.) | 
Top
Properties
| Name | Description | |
|---|---|---|
| .gif) | ConnectString | Gets or sets the connection string for a data source. | 
| .gif) | CredentialRetrieval | Indicates the way in which the Report Server retrieves data source credentials. | 
| .gif) | Enabled | Indicates whether a data source is enabled. | 
| .gif) | EnabledSpecified | Gets or sets a value that indicates whether the Enabled property is specified. | 
| .gif) | Extension | Gets or sets the name of the data source extension: SQL, OLEDB, ODBC, or a custom extension. | 
| .gif) | 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. | 
| .gif) | ImpersonateUserSpecified | Gets or sets a value that indicates whether the ImpersonateUser property is specified. | 
| .gif) | OriginalConnectStringExpressionBased | Indicates whether the original connection string for the data source was expression-based. Read-only. | 
| .gif) | Password | Gets or sets the password that the report server uses to connect to a data source. | 
| .gif) | Prompt | Gets or sets the prompt that the report server displays to the user when prompting for credentials. | 
| .gif) | UseOriginalConnectString | Specifies whether the data source should revert to the original connection string. | 
| .gif) | UserName | Gets or sets the user name that the report server uses to connect to a data source. | 
| .gif) | WindowsCredentials | Indicates whether the Report Server passes user-provided or stored credentials as Windows credentials when connecting to a data source. | 
Top