Partager via


Méthode IDTSProject100.GetParameterVariableByID

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 identifier.

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

Syntaxe

'Déclaration
Function GetParameterVariableByID ( _
    bstrID As String _
) As IDTSVariable100
'Utilisation
Dim instance As IDTSProject100 
Dim bstrID As String 
Dim returnValue As IDTSVariable100 

returnValue = instance.GetParameterVariableByID(bstrID)
IDTSVariable100 GetParameterVariableByID(
    string bstrID
)
IDTSVariable100^ GetParameterVariableByID(
    [InAttribute] String^ bstrID
)
abstract GetParameterVariableByID : 
        bstrID:string -> IDTSVariable100
function GetParameterVariableByID(
    bstrID : 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