Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets a parameter value to the server.
This API is not CLS-compliant.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Sub SetParameterValue ( _
parameterType As DTSServerParameterType, _
parameterName As String, _
parameterValue As String _
)
'Usage
Dim instance As SsisServerExecution
Dim parameterType As DTSServerParameterType
Dim parameterName As String
Dim parameterValue As String
instance.SetParameterValue(parameterType, _
parameterName, parameterValue)
[CLSCompliantAttribute(false)]
public void SetParameterValue(
DTSServerParameterType parameterType,
string parameterName,
string parameterValue
)
[CLSCompliantAttribute(false)]
public:
virtual void SetParameterValue(
DTSServerParameterType parameterType,
String^ parameterName,
String^ parameterValue
) sealed
[<CLSCompliantAttribute(false)>]
abstract SetParameterValue :
parameterType:DTSServerParameterType *
parameterName:string *
parameterValue:string -> unit
[<CLSCompliantAttribute(false)>]
override SetParameterValue :
parameterType:DTSServerParameterType *
parameterName:string *
parameterValue:string -> unit
public final function SetParameterValue(
parameterType : DTSServerParameterType,
parameterName : String,
parameterValue : String
)
Parameters
- parameterType
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSServerParameterType
The parameter type.
- parameterName
Type: System.String
The name of the parameter.
- parameterValue
Type: System.String
The parameter value.
Implements
IDTSServerExecution100.SetParameterValue(DTSServerParameterType, String, String)