次の方法で共有


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);
member this.BeginTestConnectForItemDataSource : string * string * string * string * AsyncCallback * obj -> IAsyncResult
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

戻り値

適用対象