IDTSPackageInfos100.Item Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets the IDTSPackageInfo100 object from the collection.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
ReadOnly Default Property Item ( _
Index As Object _
) As IDTSPackageInfo100
Get
'Uso
Dim instance As IDTSPackageInfos100
Dim Index As Object
Dim value As IDTSPackageInfo100
value = instance(Index)
IDTSPackageInfo100 this[
Object Index
] { get; }
property IDTSPackageInfo100^ default[[InAttribute] Object^ Index] {
IDTSPackageInfo100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSPackageInfo100
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- Index
Tipo: System.Object
The index of the object in the collection to return.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackageInfo100
The IDTSPackageInfo100 object from the collection that matches the index description provided in the Index parameter.
Comentarios
For more information, see PackageInfos.