Data Management Object Model Reference

DMScriptProperty Constructor 

Constructor

[Visual Basic]
Public Sub New( _
   ByVal name As String, _
   ByVal val As String, _
   ByVal type As PropertyType, _
   ByVal options As PropertyOptions _
)
[C#]
public DMScriptProperty(
   string name,
   string val,
   PropertyType type,
   PropertyOptions options
);

Parameters

name
The name of the section
val
value
type
Type
options
Options for how section is processed

See Also

DMScriptProperty Class | SPSSMR.Data.Transformations Namespace