Data Management Object Model Reference

SystemStringCollection Class

A wrapper class of System.Collections.Specialized.StringCollection. This class makes StringCollection available in Data Collection Scripts.

For a list of all members of this type, see SystemStringCollection Members.

System.Object
   System.Collections.Specialized.StringCollection
      SPSSMR.Data.Transformations.SystemStringCollection

[Visual Basic]
Public Class SystemStringCollection
    Inherits StringCollection
[C#]
public class SystemStringCollection : StringCollection

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: SPSSMR.Data.Transformations

Assembly: SPSSMR.Data.Transformations (in SPSSMR.Data.Transformations.dll)

See Also

SystemStringCollection Members | SPSSMR.Data.Transformations Namespace