xRecord.setCrossPartition(Boolean) 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.
Sets or resets cross-partitioning for the table.
public:
virtual void setCrossPartition(bool _newValue);
public virtual void setCrossPartition (bool _newValue);
abstract member setCrossPartition : bool -> unit
override this.setCrossPartition : bool -> unit
Public Overridable Sub setCrossPartition (_newValue As Boolean)
Parameters
- _newValue
- Boolean
A new Boolean value to set or reset cross-partitioning.