Metodo IDTSProject100.GetParameterVariableByID

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the parameter variable by identifier.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Function GetParameterVariableByID ( _
    bstrID As String _
) As IDTSVariable100
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

IDTSProject100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper