ReportingService2005.EnableDataSourceAsync 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.
Overloads
EnableDataSourceAsync(String) | |
EnableDataSourceAsync(String, Object) |
EnableDataSourceAsync(String)
public:
void EnableDataSourceAsync(System::String ^ DataSource);
public void EnableDataSourceAsync (string DataSource);
member this.EnableDataSourceAsync : string -> unit
Public Sub EnableDataSourceAsync (DataSource As String)
Parameters
- DataSource
- String
Applies to
EnableDataSourceAsync(String, Object)
public:
void EnableDataSourceAsync(System::String ^ DataSource, System::Object ^ userState);
public void EnableDataSourceAsync (string DataSource, object userState);
member this.EnableDataSourceAsync : string * obj -> unit
Public Sub EnableDataSourceAsync (DataSource As String, userState As Object)
Parameters
- DataSource
- String
- userState
- Object