IDTSErrors100.Item[Object] 属性

定义

从集合中获取 IDTSError100 对象。

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSError100 ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSError100 ^ get(System::Object ^ Index); };
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSError100 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.IDTSError100
Default Public ReadOnly Property Item(Index As Object) As IDTSError100

参数

Index
Object

要返回的 IDTSError100 对象的错误号、索引或说明。

属性值

一个 IDTSError100 对象。

属性

注解

有关详细信息,请参阅 DtsErrors

适用于