IDTSErrors100 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Represents a collection of IDTSError100 objects.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("A8EAEA8B-AEAA-4B0E-B3F2-A6F18B45C45D")> _
Public Interface IDTSErrors100 _
Inherits IEnumerable
用法
Dim instance As IDTSErrors100
[GuidAttribute("A8EAEA8B-AEAA-4B0E-B3F2-A6F18B45C45D")]
public interface IDTSErrors100 : IEnumerable
[GuidAttribute(L"A8EAEA8B-AEAA-4B0E-B3F2-A6F18B45C45D")]
public interface class IDTSErrors100 : IEnumerable
[<GuidAttribute("A8EAEA8B-AEAA-4B0E-B3F2-A6F18B45C45D")>]
type IDTSErrors100 =
interface
interface IEnumerable
end
public interface IDTSErrors100 extends IEnumerable
IDTSErrors100 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
Count | 基础结构。Gets the number of elements contained in the collection. |
![]() |
Item | 基础结构。Gets an IDTSError100 object from the collection. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Clear | 基础结构。Clears the property settings of the IDTSError100 object. |
![]() |
GetEnumerator | 基础结构。Returns an IEnumerator that can iterate through the collection. |
页首