This topic has not yet been rated - Rate this topic

ParameterInfos.Item Property (Int32)

SQL Server 2012

Gets the parameter object in the parameter collection with the specified index.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
public ParameterInfo this[
	int index
] { get; }

Parameters

index
Type: System.Int32
The index.

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.ParameterInfo
The ParameterInfo object with the specified index.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.