Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets the parameter variable by name.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Function GetParameterVariableByName ( _
bstrName As String _
) As IDTSVariable100
'Uso
Dim instance As IDTSProject100
Dim bstrName As String
Dim returnValue As IDTSVariable100
returnValue = instance.GetParameterVariableByName(bstrName)
IDTSVariable100 GetParameterVariableByName(
string bstrName
)
IDTSVariable100^ GetParameterVariableByName(
[InAttribute] String^ bstrName
)
abstract GetParameterVariableByName :
bstrName:string -> IDTSVariable100
function GetParameterVariableByName(
bstrName : String
) : IDTSVariable100
Parámetros
- bstrName
Tipo: System.String
The name of the parameter.
Valor devuelto
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
The returned parameter variable.