AlwaysRequestTableDependencies Parameter (Connect-Exchange Cmdlet)
Specifies whether the provider should always retrieve table dependencies (foreign key relationships).
Syntax
Connect-Exchange -AlwaysRequestTableDependencies SwitchParameter
Data Type
bool
Default Value
false
Remarks
Set this property to true to force the cmdlet to request foreign key relationships when retrieving metadata. This can be useful for applications that require complete relational context across tables.
When set to false, the cmdlet skips retrieving foreign key information unless explicitly requested, which improves performance and reduces the number of API calls.
This property is useful for tools that analyze table relationships or require complete schema diagrams during introspection.