DictTable.Dataperpartition 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.
Returns a value that indicates whether the data of the table is saved on a per-partition basis, and corresponds to the SaveDataPerPartition property of the table.
public:
virtual bool Dataperpartition();
public virtual bool Dataperpartition ();
abstract member Dataperpartition : unit -> bool
override this.Dataperpartition : unit -> bool
Public Overridable Function Dataperpartition () As Boolean
Returns
true if the data is saved on a per-partition basis; otherwise, false, and the data is saved globally for all partitions.