CredentialRetrievalEnum 열거형

Describes the credential retrieval settings for a data source.

네임스페이스:  ReportService2005
어셈블리:  ReportService2005(ReportService2005.dll)

구문

‘선언
Public Enumeration CredentialRetrievalEnum
‘사용 방법
Dim instance As CredentialRetrievalEnum
public enum CredentialRetrievalEnum
public enum class CredentialRetrievalEnum
type CredentialRetrievalEnum
public enum CredentialRetrievalEnum

멤버

멤버 이름 설명
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.

참고 항목

참조

ReportService2005 네임스페이스