SP.BWsaClient.setBitsOr(dwDatapointId, dwOrBits) Method
Applies to: SharePoint Foundation 2010
Sets the specified bits in the specified datapoint using an OR operation for each bit.
SP.BWsaClient.setBitsOr(dwDatapointId, dwOrBits);
Parameters
dwDatapointId
Type: UInt32
The ID of the datapoint.
dwOrBits
Type: UInt32
The value of the bits to OR with the corresponding bits of the datapoint.
Remarks
This method sets the bits in the specified datapoint using an OR operation if the datapoint exists; otherwise, it creates a new datapoint.
This method calls the SP.BWsaClient.setBitsOrAnd(dwDatapointId, dwOrBits, dwAndBitsFirst) Method with dwDatapointId, dwAndBits, and 0xFFFFFFFF.