Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
- bstrID
Type : System.String
The parameter identifier.
Valeur de retour
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
The returned parameter variable.