SP.BWsaClient.addToStreamDw8(dwStreamId, dwValue1, dwValue2, dwValue3, dwValue4, dwValue5, dwValue6, dwValue7, dwValue8) Method

Applies to: SharePoint Foundation 2010

Creates a stream that contains eight DWORD values.

SP.BWsaClient.addToStreamDw8(dwStreamId, dwValue1, dwValue2, dwValue3, dwValue4, dwValue5, dwValue6, dwValue7, dwValue8);

Parameters

dwStreamId

Type: UInt32

The ID of the stream.

dwValue1

Type: UInt32

The first DWORD value.

dwValue2

Type: UInt32

The second DWORD value.

dwValue3

Type: UInt32

The third DWORD value.

dwValue4

Type: UInt32

The fourth DWORD value.

dwValue5

Type: UInt32

The fifth DWORD value.

dwValue6

Type: UInt32

The sixth DWORD value.

dwValue7

Type: UInt32

The seventh DWORD value.

dwValue8

Type: UInt32

The eighth DWORD value.

Remarks

This method does not create the stream if the user did not opt in Software Quality Metrics (SQM) data collection (the SP.BWsaClient.isUserOptedIn() Method method returns false).

Applies To

SP.BWsaClient Class

See Also

Reference

SP.BWsaClient Methods

SP.BWsaClient Properties

SP Namespace