IDTSServerExecution100.SetParameterValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the parameter with the specified value.
public:
void SetParameterValue(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSServerParameterType parameterType, System::String ^ bstrParameterName, System::String ^ bstrParameterValue);
public void SetParameterValue (Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSServerParameterType parameterType, string bstrParameterName, string bstrParameterValue);
abstract member SetParameterValue : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSServerParameterType * string * string -> unit
Public Sub SetParameterValue (parameterType As DTSServerParameterType, bstrParameterName As String, bstrParameterValue As String)
Parameters
- parameterType
- DTSServerParameterType
The type of the parameter.
- bstrParameterName
- String
The name of the parameter to set.
- bstrParameterValue
- String
The value to set on the parameter.
Remarks
For more information, see SsisServerExecution.