다음을 통해 공유


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

반환

적용 대상