Share via


SP.BWsaClient.setBitsAnd(dwDatapointId, dwAndBits) Method

Applies to: SharePoint Foundation 2010

Sets the specified bits in the specified datapoint using an AND operation for each bit.

SP.BWsaClient.setBitsAnd(dwDatapointId, dwAndBits);

Parameters

dwDatapointId

Type: UInt32

The ID of the datapoint.

dwAndBits

Type: UInt32

The value of the bits to AND with the existing datapoint bits.

Remarks

This method sets the bits in the specified datapoint using the AND operation if the datapoint exists; otherwise, it creates a new datapoint.

This method calls the SP.BWsaClient.setBitsOrAnd(dwDatapointId, dwOrBits, dwAndBitsFirst) Method with dwDatapointId, 0x00000000, and dwAndBits.

Applies To

SP.BWsaClient Class

See Also

Reference

SP.BWsaClient Methods

SP.BWsaClient Properties

SP Namespace