xApplication.IsTablePerHierarchyMode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the system is being run with all table inheritance hierarchies flattened (Table per hierarchy mode).
public:
static bool IsTablePerHierarchyMode();
public static bool IsTablePerHierarchyMode ();
static member IsTablePerHierarchyMode : unit -> bool
Public Shared Function IsTablePerHierarchyMode () As Boolean
Returns
true if system is being run in Table per hierarchy mode; otherwise, false.