ReportingService2010.BeginTestConnectForItemDataSource Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
Parameter
- ItemPath
- String
- DataSourceName
- String
- UserName
- String
- Password
- String
- callback
- AsyncCallback
- asyncState
- Object