ReportExecutionService.SetExecutionCredentials3Async 메서드

정의

오버로드

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

적용 대상