Expand Minimize
This topic has not yet been rated - Rate this topic

CredentialRetrievalEnum Enumeration

Describes the credential retrieval settings for a data source.

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)
[SerializableAttribute]
public enum CredentialRetrievalEnum
Member nameDescription
PromptThe user is prompted to provide credentials every time the data source is accessed.
StoreCredentials are encrypted and stored in the report server database.
IntegratedCredentials are passed through Windows Authentication.
NoneCredentials are not passed to the data source.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.