Data Management Object Model Reference

DMScriptSection.AddKnownProperty Method 

Constructor

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

Parameters

name
type
options

See Also

DMScriptSection Class | SPSSMR.Data.Transformations Namespace