ParameterAssignmentsClass.Item Property
Gets or sets the ParameterAssignmentClass object at the specified index.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntax
'Declaration
Public Overridable ReadOnly Default Property Item ( _
Index As Object _
) As IDTSParameterAssignment
Get
'Usage
Dim instance As ParameterAssignmentsClass
Dim Index As Object
Dim value As IDTSParameterAssignment
value = instance(Index)
public virtual IDTSParameterAssignment this[
Object Index
] { get; }
public:
virtual property IDTSParameterAssignment^ default[[InAttribute] Object^ Index] {
IDTSParameterAssignment^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSParameterAssignment
override 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 ParameterAssignmentClass object to get or set.
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.IDTSParameterAssignment
The IDTSParameterAssignmentClass object at the specified index.
Implements
IDTSParameterAssignments.Item[Object]