IDTSWarnings100.Item[Object] Property

Definition

Gets a IDTSWarning100 object from the collection.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSWarning100 ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSWarning100 ^ get(System::Object ^ Index); };
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSWarning100 this[object Index] { [System.Runtime.InteropServices.DispId(0)] get; }
[<System.Runtime.InteropServices.DispId(0)>]
[<get: System.Runtime.InteropServices.DispId(0)>]
member this.Item(obj) : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSWarning100
Default Public ReadOnly Property Item(Index As Object) As IDTSWarning100

Parameters

Index
Object

The name, identity, or index of the IDTSWarning100 object to retrieve from the collection.

Property Value

A IDTSWarning100 object.

Attributes

Remarks

For more information, see DtsWarnings.

Applies to