Bagikan melalui


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

Property Value

Type: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.IDTSParameterAssignment
The IDTSParameterAssignment object at the specified index.

See Also

Reference

IDTSParameterAssignments Interface

Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask Namespace