Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the IDTSPackageInfo100 object from the collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As Object _
) As IDTSPackageInfo100
Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- Index
Type: System.Object
The index of the object in the collection to return.
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSPackageInfo100
The IDTSPackageInfo100 object from the collection that matches the index description provided in the Index parameter.
Remarks
For more information, see PackageInfos.