Data Management Object Model Reference

Respondent.Add Method 

Adds a new respondent with the designated serial number to the output datasource. Depending on key integrity of the output datasource the serial number may be reordered. The returned number is the actual serial number assigned in the output datasource.

[Visual Basic]
Public Function Add( _
   ByVal Serial As Long _
) As Long
[C#]
public long Add(
   long Serial
);

See Also

Respondent Class | SPSSMR.Data.Transformations Namespace