Freigeben über


IDTSServerExecution100.SetParameterValue-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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
)

Parameter

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

Hinweise

For more information, see SsisServerExecution.

Siehe auch

Verweis

IDTSServerExecution100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace