Método IDTSProject100.GetParameterVariableByID
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the parameter variable by identifier.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Function GetParameterVariableByID ( _
bstrID As String _
) As IDTSVariable100
'Uso
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
Parâmetros
- bstrID
Tipo: System.String
The parameter identifier.
Valor de retorno
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
The returned parameter variable.