ADO.NET Provider for Microsoft Power BI XMLA

Build 23.0.8839

IncludeJoinColumns

Set this to true to include extra join columns on each table.

データ型

bool

デフォルト値

false

解説

Some tools may require an ON condition (or generate them automatically) based on foreign key references. By setting IncludeJoinColumns to true, every table will include a foreign key reference to the other tables. These columns will not return any data and are not useful for anything other than passing as ON conditions to perform joins upon.

In Microsoft Power BI XMLA, the dimensions and measures making up the tables are already related naturally. There is no context on which to join them provided. Therefore, the CData ADO.NET Provider for Microsoft Power BI XMLA supports joining without specifying an ON condition, so they are optional to specify.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839