IDataSourceGeneralPage.CreateBindings 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
void CreateBindings(Microsoft::ReportingServices::RdlObjectModel::DataSource ^ ds, System::String ^ nameProperty, System::String ^ connectStrProperty, System::String ^ dataProviderProperty, System::String ^ dsRefProperty, System::String ^ transactionProperty);
public void CreateBindings (Microsoft.ReportingServices.RdlObjectModel.DataSource ds, string nameProperty, string connectStrProperty, string dataProviderProperty, string dsRefProperty, string transactionProperty);
abstract member CreateBindings : Microsoft.ReportingServices.RdlObjectModel.DataSource * string * string * string * string * string -> unit
Public Sub CreateBindings (ds As DataSource, nameProperty As String, connectStrProperty As String, dataProviderProperty As String, dsRefProperty As String, transactionProperty As String)
参数
- ds
- DataSource
- nameProperty
- String
- connectStrProperty
- String
- dataProviderProperty
- String
- dsRefProperty
- String
- transactionProperty
- String