Enumeración CredentialRetrievalEnum

Describes the credential retrieval settings for a data source.

Espacio de nombres:  ReportService2010
Ensamblado:  ReportService2010 (en ReportService2010.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public Enumeration CredentialRetrievalEnum
'Uso
Dim instance As CredentialRetrievalEnum
[SerializableAttribute]
public enum CredentialRetrievalEnum
[SerializableAttribute]
public enum class CredentialRetrievalEnum
[<SerializableAttribute>]
type CredentialRetrievalEnum
public enum CredentialRetrievalEnum

Miembros

Nombre del miembro Descripción
Prompt The user is prompted to provide credentials every 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.

Vea también

Referencia