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. |