Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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. |