IncludeNavigationParentColumns Parameter (Connect-ExcelServices Cmdlet)
Specifies whether the provider includes non-key parent columns in views generated from navigation properties.
Syntax
Connect-ExcelServices -IncludeNavigationParentColumns bool
Data Type
bool
Default Value
true
Remarks
This property controls whether the 本製品 includes non-key parent columns in views that represent navigation relationships.
When set to true, these views include both the primary key columns of the parent and additional columns that provide more context about the parent.
When set to false, the 本製品 still includes the parent’s primary keys to support joins, but omits all other columns from the parent.
Use this property when you want to filter or analyze data based on details from the parent entity in navigation-related views.