CredentialRetrievalEnum Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the credential retrieval settings for a data source.
public enum class CredentialRetrievalEnum
public enum CredentialRetrievalEnum
type CredentialRetrievalEnum =
Public Enum CredentialRetrievalEnum
- Inheritance
-
CredentialRetrievalEnum
Fields
Name | Value | Description |
---|---|---|
Prompt | 0 | The user is prompted to provide credentials each time the data source is accessed. |
Store | 1 | Credentials are encrypted and stored in the report server database. |
Integrated | 2 | Credentials are passed through Windows Authentication. |
None | 3 | Credentials are not passed to the data source. |