Share via


CredentialRetrievalEnum Enumeration

Describes the credential retrieval settings for a data source.

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

'Declaration
Public Enumeration CredentialRetrievalEnum
'Usage
Dim instance As CredentialRetrievalEnum
public enum CredentialRetrievalEnum
public enum class CredentialRetrievalEnum
type CredentialRetrievalEnum
public enum CredentialRetrievalEnum

Members

Member name Description
Integrated Credentials are passed through Windows Authentication.
None Credentials are not passed to the data source.
Prompt The user is prompted to provide credentials each time the data source is accessed.
Store Credentials are encrypted and stored in the report server database.

See Also

Reference

ReportService2005 Namespace