ReportingService2005.EndTestConnectForItemDataSource 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
bool EndTestConnectForItemDataSource(IAsyncResult ^ asyncResult, [Runtime::InteropServices::Out] System::String ^ % ConnectError);
public bool EndTestConnectForItemDataSource (IAsyncResult asyncResult, out string ConnectError);
member this.EndTestConnectForItemDataSource : IAsyncResult * string -> bool
Public Function EndTestConnectForItemDataSource (asyncResult As IAsyncResult, ByRef ConnectError As String) As Boolean
参数
- asyncResult
- IAsyncResult
- ConnectError
- String