ReportingService2005.BeginTestConnectForDataSourceDefinition Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
IAsyncResult ^ BeginTestConnectForDataSourceDefinition(Microsoft::SqlServer::ReportingServices2005::DataSourceDefinition ^ DataSourceDefinition, System::String ^ UserName, System::String ^ Password, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginTestConnectForDataSourceDefinition (Microsoft.SqlServer.ReportingServices2005.DataSourceDefinition DataSourceDefinition, string UserName, string Password, AsyncCallback callback, object asyncState);
member this.BeginTestConnectForDataSourceDefinition : Microsoft.SqlServer.ReportingServices2005.DataSourceDefinition * string * string * AsyncCallback * obj -> IAsyncResult
Public Function BeginTestConnectForDataSourceDefinition (DataSourceDefinition As DataSourceDefinition, UserName As String, Password As String, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- DataSourceDefinition
- DataSourceDefinition
- UserName
- String
- Password
- String
- callback
- AsyncCallback
- asyncState
- Object