CredentialRetrievalEnum Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Describes the credential retrieval settings for a data source.

Syntax

'Declaration
Public Enumeration CredentialRetrievalEnum
public enum CredentialRetrievalEnum
public enum class CredentialRetrievalEnum
public enum 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 not passed to the data source.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

See Also

Reference

Microsoft.WSSUX.ReportingServicesWebService.RSManagementService2005 Namespace