ReportingService2005.CreateDataSourceAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
CreateDataSourceAsync(String, String, Boolean, DataSourceDefinition, Property[]) | |
CreateDataSourceAsync(String, String, Boolean, DataSourceDefinition, Property[], Object) |
CreateDataSourceAsync(String, String, Boolean, DataSourceDefinition, Property[])
public:
void CreateDataSourceAsync(System::String ^ DataSource, System::String ^ Parent, bool Overwrite, Microsoft::SqlServer::ReportingServices2005::DataSourceDefinition ^ Definition, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties);
public void CreateDataSourceAsync (string DataSource, string Parent, bool Overwrite, Microsoft.SqlServer.ReportingServices2005.DataSourceDefinition Definition, Microsoft.SqlServer.ReportingServices2005.Property[] Properties);
member this.CreateDataSourceAsync : string * string * bool * Microsoft.SqlServer.ReportingServices2005.DataSourceDefinition * Microsoft.SqlServer.ReportingServices2005.Property[] -> unit
Public Sub CreateDataSourceAsync (DataSource As String, Parent As String, Overwrite As Boolean, Definition As DataSourceDefinition, Properties As Property())
参数
- DataSource
- String
- Parent
- String
- Overwrite
- Boolean
- Definition
- DataSourceDefinition
- Properties
- Property[]
适用于
CreateDataSourceAsync(String, String, Boolean, DataSourceDefinition, Property[], Object)
public:
void CreateDataSourceAsync(System::String ^ DataSource, System::String ^ Parent, bool Overwrite, Microsoft::SqlServer::ReportingServices2005::DataSourceDefinition ^ Definition, cli::array <Microsoft::SqlServer::ReportingServices2005::Property ^> ^ Properties, System::Object ^ userState);
public void CreateDataSourceAsync (string DataSource, string Parent, bool Overwrite, Microsoft.SqlServer.ReportingServices2005.DataSourceDefinition Definition, Microsoft.SqlServer.ReportingServices2005.Property[] Properties, object userState);
member this.CreateDataSourceAsync : string * string * bool * Microsoft.SqlServer.ReportingServices2005.DataSourceDefinition * Microsoft.SqlServer.ReportingServices2005.Property[] * obj -> unit
Public Sub CreateDataSourceAsync (DataSource As String, Parent As String, Overwrite As Boolean, Definition As DataSourceDefinition, Properties As Property(), userState As Object)
参数
- DataSource
- String
- Parent
- String
- Overwrite
- Boolean
- Definition
- DataSourceDefinition
- Properties
- Property[]
- userState
- Object