ReportingService2010.CreateDataSourceAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| 名稱 | Description |
|---|---|
| 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::ReportingServices2010::DataSourceDefinition ^ Definition, cli::array <Microsoft::SqlServer::ReportingServices2010::Property ^> ^ Properties);
public void CreateDataSourceAsync(string DataSource, string Parent, bool Overwrite, Microsoft.SqlServer.ReportingServices2010.DataSourceDefinition Definition, Microsoft.SqlServer.ReportingServices2010.Property[] Properties);
member this.CreateDataSourceAsync : string * string * bool * Microsoft.SqlServer.ReportingServices2010.DataSourceDefinition * Microsoft.SqlServer.ReportingServices2010.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::ReportingServices2010::DataSourceDefinition ^ Definition, cli::array <Microsoft::SqlServer::ReportingServices2010::Property ^> ^ Properties, System::Object ^ userState);
public void CreateDataSourceAsync(string DataSource, string Parent, bool Overwrite, Microsoft.SqlServer.ReportingServices2010.DataSourceDefinition Definition, Microsoft.SqlServer.ReportingServices2010.Property[] Properties, object userState);
member this.CreateDataSourceAsync : string * string * bool * Microsoft.SqlServer.ReportingServices2010.DataSourceDefinition * Microsoft.SqlServer.ReportingServices2010.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