Freigeben über


IDTSProject100.GetParameterVariable-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the parameter variable for the project.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Function GetParameterVariable ( _
    Index As Integer _
) As IDTSVariable100
'Usage
Dim instance As IDTSProject100 
Dim Index As Integer 
Dim returnValue As IDTSVariable100 

returnValue = instance.GetParameterVariable(Index)
IDTSVariable100 GetParameterVariable(
    int Index
)
IDTSVariable100^ GetParameterVariable(
    [InAttribute] int Index
)
abstract GetParameterVariable : 
        Index:int -> IDTSVariable100
function GetParameterVariable(
    Index : int
) : IDTSVariable100

Parameter

Rückgabewert

Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
The parameter variable.

Siehe auch

Verweis

IDTSProject100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace