IDTSParameterAssignments.Item Property
Gets or sets the IDTSParameterAssignment object at the specified index.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As Object _
) As IDTSParameterAssignment
Get
'Usage
Dim instance As IDTSParameterAssignments
Dim Index As Object
Dim value As IDTSParameterAssignment
value = instance(Index)
IDTSParameterAssignment this[
Object Index
] { get; }
property IDTSParameterAssignment^ default[[InAttribute] Object^ Index] {
IDTSParameterAssignment^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSParameterAssignment
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- Index
Type: System.Object
The zero-based index of the IDTSParameterAssignment object to get or set.
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.IDTSParameterAssignment
The IDTSParameterAssignment object at the specified index.