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