Partager via


Méthode IDTSProject100.GetParameterVariableByName

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the parameter variable by name.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Function GetParameterVariableByName ( _
    bstrName As String _
) As IDTSVariable100
'Utilisation
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

Paramètres

Valeur de retour

Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
The returned parameter variable.

Voir aussi

Référence

IDTSProject100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper