ReportExecutionService.SetExecutionCredentials3Async Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
| SetExecutionCredentials3Async(DataSourceCredentials[]) | |
| SetExecutionCredentials3Async(DataSourceCredentials[], Object) |
SetExecutionCredentials3Async(DataSourceCredentials[])
public:
void SetExecutionCredentials3Async(cli::array <Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::DataSourceCredentials ^> ^ Credentials);
public void SetExecutionCredentials3Async (Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.DataSourceCredentials[] Credentials);
member this.SetExecutionCredentials3Async : Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.DataSourceCredentials[] -> unit
Public Sub SetExecutionCredentials3Async (Credentials As DataSourceCredentials())
Параметры
- Credentials
- DataSourceCredentials[]
Применяется к
SetExecutionCredentials3Async(DataSourceCredentials[], Object)
public:
void SetExecutionCredentials3Async(cli::array <Microsoft::Reporting::WebForms::Internal::Soap::ReportingServices2005::Execution::DataSourceCredentials ^> ^ Credentials, System::Object ^ userState);
public void SetExecutionCredentials3Async (Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.DataSourceCredentials[] Credentials, object userState);
member this.SetExecutionCredentials3Async : Microsoft.Reporting.WebForms.Internal.Soap.ReportingServices2005.Execution.DataSourceCredentials[] * obj -> unit
Public Sub SetExecutionCredentials3Async (Credentials As DataSourceCredentials(), userState As Object)
Параметры
- Credentials
- DataSourceCredentials[]
- userState
- Object