SsisServerExecution.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.
Important
This API is not CLS-compliant.
Sets a parameter value to the server.
public:
virtual void SetParameterValue(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSServerParameterType parameterType, System::String ^ parameterName, System::String ^ parameterValue);
[System.CLSCompliant(false)]
public void SetParameterValue (Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSServerParameterType parameterType, string parameterName, string parameterValue);
[<System.CLSCompliant(false)>]
abstract member SetParameterValue : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSServerParameterType * string * string -> unit
override this.SetParameterValue : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSServerParameterType * string * string -> unit
Public Sub SetParameterValue (parameterType As DTSServerParameterType, parameterName As String, parameterValue As String)
Parameters
- parameterType
- DTSServerParameterType
The parameter type.
- parameterName
- String
The name of the parameter.
- parameterValue
- String
The parameter value.
Implements
- Attributes