Compartir a través de


DTSParamValueCollection.Item Property

Gets an element at a specified index.

Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Sintaxis

'Declaración
Public ReadOnly Default Property Item ( _
    index As Integer _
) As DTSParamValue
public DTSParamValue this [
    int index
] { get; }
public:
property DTSParamValue^ default [int] {
    DTSParamValue^ get (int index);
}
/** @property */
public DTSParamValue get_Item (int index)

Parámetros

  • index
    The name, ID, or index of the DTSParamValue object to return from the collection.

Valor de propiedad

A DTSParamValue object.

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

DTSParamValueCollection Class
DTSParamValueCollection Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace