Data Management Object Model Reference

DMScriptSection Constructor (String, SectionType, Int32, Int32, SectionOptions, ParameterType[])

Constructor

[Visual Basic]
Overloads Public Sub New( _
   ByVal name As String, _
   ByVal type As SectionType, _
   ByVal minparameters As Integer, _
   ByVal maxparameters As Integer, _
   ByVal options As SectionOptions, _
   ByVal parametertypes As ParameterType() _
)
[C#]
public DMScriptSection(
   string name,
   SectionType type,
   int minparameters,
   int maxparameters,
   SectionOptions options,
   ParameterType[] parametertypes
);

Parameters

name
The name of the section
type
minparameters
The minimum number of parameters required
maxparameters
options
Options for how section is processed
parametertypes

See Also

DMScriptSection Class | SPSSMR.Data.Transformations Namespace | DMScriptSection Constructor Overload List