ReportingService2010.BeginTestConnectForItemDataSource 方法

定义

public:
 IAsyncResult ^ BeginTestConnectForItemDataSource(System::String ^ ItemPath, System::String ^ DataSourceName, System::String ^ UserName, System::String ^ Password, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginTestConnectForItemDataSource (string ItemPath, string DataSourceName, string UserName, string Password, AsyncCallback callback, object asyncState);
Public Function BeginTestConnectForItemDataSource (ItemPath As String, DataSourceName As String, UserName As String, Password As String, callback As AsyncCallback, asyncState As Object) As IAsyncResult

参数

ItemPath
String
DataSourceName
String
UserName
String
Password
String
callback
AsyncCallback
asyncState
Object

返回

IAsyncResult

适用于