xApplication.initPartition(Int64) 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.
Initializes a given partition by creating the DAT company and the Admin user.
public:
static bool initPartition(long partition);
public static bool initPartition (long partition);
static member initPartition : int64 -> bool
Public Shared Function initPartition (partition As Long) As Boolean
Parameters
- partition
- Int64
The record ID of the partition to initialize.
Returns
true if the initialization is successful; otherwise, false.
Remarks
This API is meant only for use by the upgrade framework. Using it in other contexts could cause unrecoverable impact to data.