Represents a data source definition in the report server database.
The following tables list the members exposed by the DataSourceDefinition type.
Public Constructors
| 名称 | Description | |
|---|---|---|
| DataSourceDefinition | 
顶部
Public Properties
| 名称 | 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 | |
| .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 | |
| .gif) | OriginalConnectStringExpressionBased | Indicates whether the original connection string for the data source was expression-based. Read-only. | 
| .gif) | Password | Sets the password that the report server uses to connect to a data source. Write-only. | 
| .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. | 
顶部
Public Methods
(see also Protected Methods )
| 名称 | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | (inherited from Object ) | 
顶部
Protected Methods
| 名称 | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
顶部
请参阅
参考
DataSourceDefinition Class
Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace