ReportExecutionService.BeginSetExecutionCredentials2 메서드
네임스페이스: Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution
어셈블리: Microsoft.ReportViewer.WinForms(Microsoft.ReportViewer.WinForms.dll)
구문
‘선언
Public Function BeginSetExecutionCredentials2 ( _
Credentials As DataSourceCredentials(), _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
public IAsyncResult BeginSetExecutionCredentials2(
DataSourceCredentials[] Credentials,
AsyncCallback callback,
Object asyncState
)
public:
IAsyncResult^ BeginSetExecutionCredentials2(
array<DataSourceCredentials^>^ Credentials,
AsyncCallback^ callback,
Object^ asyncState
)
member BeginSetExecutionCredentials2 :
Credentials:DataSourceCredentials[] *
callback:AsyncCallback *
asyncState:Object -> IAsyncResult
public function BeginSetExecutionCredentials2(
Credentials : DataSourceCredentials[],
callback : AsyncCallback,
asyncState : Object
) : IAsyncResult
매개 변수
- Credentials
형식: array<Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution.DataSourceCredentials[]
- callback
형식: AsyncCallback
- asyncState
형식: Object
반환 값
형식: IAsyncResult
참고 항목
참조
Microsoft.Reporting.WinForms.Internal.Soap.ReportingServices2005.Execution 네임스페이스