ReportingService2010.ListDatabaseCredentialRetrievalOptions Method
SQL Server 2008 R2
Returns a list of supported credential retrieval options.
Assembly: ReportService2010 (in ReportService2010.dll)
[<SoapHeaderAttribute("TrustedUserHeaderValue")>] [<SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListDatabaseCredentialRetrievalOptions", RequestNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)>] [<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>] member ListDatabaseCredentialRetrievalOptions : unit -> string[]
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | None |
SharePoint Mode Required Permissions | None |
The following retrieval options are supported.
Retrieval Option | Description |
|---|---|
Integrated | Use Windows integrated security. |
None | Do not use database credentials. |
Prompt | Prompt the user for credentials. |
Store | Use the credentials stored in the report server. |
