Data Management Object Model Reference

DMScriptProperty.ConcatenateSubStrings Method 

Concatenates substrings using the ++ operator by removing sequences of " ++ " (spaces optional)

[Visual Basic]
Public Function ConcatenateSubStrings( _
   ByVal property As String _
) As String
[C#]
public string ConcatenateSubStrings(
   string property
);

Parameters

property
The property string to be concatenated

Return Value

The concatenated string

See Also

DMScriptProperty Class | SPSSMR.Data.Transformations Namespace