Share via


IDTSServerExecution100.SetParameterValue Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Sets the parameter with the specified value.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Sub SetParameterValue ( _
    parameterType As DTSServerParameterType, _
    bstrParameterName As String, _
    bstrParameterValue As String _
)
'Usage
Dim instance As IDTSServerExecution100 
Dim parameterType As DTSServerParameterType 
Dim bstrParameterName As String 
Dim bstrParameterValue As String

instance.SetParameterValue(parameterType, _
    bstrParameterName, bstrParameterValue)
void SetParameterValue(
    DTSServerParameterType parameterType,
    string bstrParameterName,
    string bstrParameterValue
)
void SetParameterValue(
    DTSServerParameterType parameterType, 
    [InAttribute] String^ bstrParameterName, 
    [InAttribute] String^ bstrParameterValue
)
abstract SetParameterValue : 
        parameterType:DTSServerParameterType * 
        bstrParameterName:string * 
        bstrParameterValue:string -> unit
function SetParameterValue(
    parameterType : DTSServerParameterType, 
    bstrParameterName : String, 
    bstrParameterValue : String
)

Parameters

  • bstrParameterName
    Type: System.String
    The name of the parameter to set.
  • bstrParameterValue
    Type: System.String
    The value to set on the parameter.

Remarks

For more information, see SsisServerExecution.

See Also

Reference

IDTSServerExecution100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace