Data Management Object Model Reference

DMScriptSection.SectionOptions Enumeration

Enumerates options for handling a data management script section.

[Visual Basic]
Public Enum DMScriptSection.SectionOptions
    Inherits 
[C#]
public enum DMScriptSection.SectionOptions

Members

Member Name Description
RequiredSection or value is required
NotRequiredSection or value is not required
RemoveCommentsSection should have comments removed before processing
JoinSplitLinesSection should have split lines joined before processing
AllowEmptySection is allowed to be empty

Requirements

Namespace: SPSSMR.Data.Transformations

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

See Also

SPSSMR.Data.Transformations Namespace