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
Parameters
-
property
- The property string to be concatenated
Return Value
The concatenated string
See Also
DMScriptProperty Class | SPSSMR.Data.Transformations Namespace