Énumération CredentialRetrievalEnum
Describes the credential retrieval settings for a data source.
Espace de noms : ReportService2005
Assembly : ReportService2005 (dans ReportService2005.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Enumeration CredentialRetrievalEnum
'Utilisation
Dim instance As CredentialRetrievalEnum
[SerializableAttribute]
public enum CredentialRetrievalEnum
[SerializableAttribute]
public enum class CredentialRetrievalEnum
[<SerializableAttribute>]
type CredentialRetrievalEnum
public enum CredentialRetrievalEnum
Membres
| Nom de membre | Description | |
|---|---|---|
| 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. | |
| Integrated | Credentials are passed through Windows Authentication. | |
| None | Credentials are not passed to the data source. |