Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the collection of the project parameters.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function GetParameter ( _
Index As Integer _
) As IDTSParameter100
'Usage
Dim instance As IDTSProject100
Dim Index As Integer
Dim returnValue As IDTSParameter100
returnValue = instance.GetParameter(Index)
IDTSParameter100 GetParameter(
int Index
)
IDTSParameter100^ GetParameter(
[InAttribute] int Index
)
abstract GetParameter :
Index:int -> IDTSParameter100
function GetParameter(
Index : int
) : IDTSParameter100
Parameters
- Index
Type: System.Int32
The index.
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSParameter100
The collection of the project parameters.