GetParameter Method
Description
Retrieves the specified parameter from the run-time Data pane sheet.
Syntax
DTSheet.GetParameter(ParameterID)
Argument | Type | Description |
---|---|---|
ParameterID |
String/Index
|
Identifies the parameter (column) to be returned by name or index.
(Index values begin with 1.)
|
Return Value
Example
The following example uses the GetParameter method to return the "Destination" parameter from the run-time Data pane sheet: MySheet.
DataTable.GetSheet("MySheet").GetParameter("Destination")