Метод SsisServerExecution.SetParameterValue
Sets a parameter value to the server.
Этот API-интерфейс несовместим с CLS.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
<CLSCompliantAttribute(False)> _
Public Sub SetParameterValue ( _
parameterType As DTSServerParameterType, _
parameterName As String, _
parameterValue As String _
)
'Применение
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
)
Параметры
- parameterType
Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSServerParameterType
The parameter type.
- parameterName
Тип: System.String
The name of the parameter.
- parameterValue
Тип: System.String
The parameter value.
Реализует
IDTSServerExecution100.SetParameterValue(DTSServerParameterType, String, String)