ReportingService2010.ListDatabaseCredentialRetrievalOptions Methode

Definition

Gibt eine Liste unterstützter Optionen zum Abrufen von Anmeldeinformationen zurück.

public:
 cli::array <System::String ^> ^ ListDatabaseCredentialRetrievalOptions();
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListDatabaseCredentialRetrievalOptions", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("TrustedUserHeaderValue")]
[System.Web.Services.Protocols.SoapHeader("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
public string[] ListDatabaseCredentialRetrievalOptions ();
[<System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/ListDatabaseCredentialRetrievalOptions", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use=System.Web.Services.Description.SoapBindingUse.Literal)>]
[<System.Web.Services.Protocols.SoapHeader("TrustedUserHeaderValue")>]
[<System.Web.Services.Protocols.SoapHeader("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)>]
member this.ListDatabaseCredentialRetrievalOptions : unit -> string[]
Public Function ListDatabaseCredentialRetrievalOptions () As String()

Gibt zurück

String[]

Ein Array von string.

Attribute

Hinweise

In der folgenden Tabelle werden Header- und Berechtigungsinformationen zu diesem Vorgang dargestellt.

SOAP-Headerverwendung (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
Erforderliche Berechtigungen für den einheitlichen Modus Keine
Erforderliche Berechtigungen im SharePoint-Modus Keine

Die folgenden Abrufoptionen werden unterstützt.

Abrufoption BESCHREIBUNG
Integrated Integrierte Sicherheit von Windows verwenden
None Verwenden Sie keine Datenbankanmeldeinformationen.
Prompt Aufforderung zur Eingabe der Anmeldeinformationen.
Store Verwenden Sie die auf dem Berichtsserver gespeicherten Anmeldeinformationen.

Gilt für: