Compartir a través de


ReportingService2006.CreateDataSourceAsync Método

Definición

Sobrecargas

CreateDataSourceAsync(String, String, Boolean, DataSourceDefinition, Property[], Object)
CreateDataSourceAsync(String, String, Boolean, DataSourceDefinition, Property[])

CreateDataSourceAsync(String, String, Boolean, DataSourceDefinition, Property[], Object)

public:
 void CreateDataSourceAsync(System::String ^ DataSource, System::String ^ Parent, bool Overwrite, Microsoft::SqlServer::ReportingServices2006::DataSourceDefinition ^ Definition, cli::array <Microsoft::SqlServer::ReportingServices2006::Property ^> ^ Properties, System::Object ^ userState);
public void CreateDataSourceAsync (string DataSource, string Parent, bool Overwrite, Microsoft.SqlServer.ReportingServices2006.DataSourceDefinition Definition, Microsoft.SqlServer.ReportingServices2006.Property[] Properties, object userState);
member this.CreateDataSourceAsync : string * string * bool * Microsoft.SqlServer.ReportingServices2006.DataSourceDefinition * Microsoft.SqlServer.ReportingServices2006.Property[] * obj -> unit
Public Sub CreateDataSourceAsync (DataSource As String, Parent As String, Overwrite As Boolean, Definition As DataSourceDefinition, Properties As Property(), userState As Object)

Parámetros

DataSource
String
Parent
String
Overwrite
Boolean
Properties
Property[]
userState
Object

Se aplica a

CreateDataSourceAsync(String, String, Boolean, DataSourceDefinition, Property[])

public:
 void CreateDataSourceAsync(System::String ^ DataSource, System::String ^ Parent, bool Overwrite, Microsoft::SqlServer::ReportingServices2006::DataSourceDefinition ^ Definition, cli::array <Microsoft::SqlServer::ReportingServices2006::Property ^> ^ Properties);
public void CreateDataSourceAsync (string DataSource, string Parent, bool Overwrite, Microsoft.SqlServer.ReportingServices2006.DataSourceDefinition Definition, Microsoft.SqlServer.ReportingServices2006.Property[] Properties);
member this.CreateDataSourceAsync : string * string * bool * Microsoft.SqlServer.ReportingServices2006.DataSourceDefinition * Microsoft.SqlServer.ReportingServices2006.Property[] -> unit
Public Sub CreateDataSourceAsync (DataSource As String, Parent As String, Overwrite As Boolean, Definition As DataSourceDefinition, Properties As Property())

Parámetros

DataSource
String
Parent
String
Overwrite
Boolean
Properties
Property[]

Se aplica a