IDTSLogEntryInfos100 接口
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("A199F39A-0141-48E4-87F0-B86E6DE1B66A")> _
Public Interface IDTSLogEntryInfos100 _
Inherits IEnumerable
用法
Dim instance As IDTSLogEntryInfos100
[GuidAttribute("A199F39A-0141-48E4-87F0-B86E6DE1B66A")]
public interface IDTSLogEntryInfos100 : IEnumerable
[GuidAttribute(L"A199F39A-0141-48E4-87F0-B86E6DE1B66A")]
public interface class IDTSLogEntryInfos100 : IEnumerable
[<GuidAttribute("A199F39A-0141-48E4-87F0-B86E6DE1B66A")>]
type IDTSLogEntryInfos100 =
interface
interface IEnumerable
end
public interface IDTSLogEntryInfos100 extends IEnumerable
IDTSLogEntryInfos100 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
Count | 基础结构。Gets the number of elements contained in the collection. |
![]() |
Item | 基础结构。Gets a log entry object from the collection. |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Add | 基础结构。Adds a new log entry object to the IDTSLogEntryInfos100 collection. |
![]() |
GetEnumerator | 基础结构。Returns an enumerator for use in iterating over the collection. |
![]() |
Remove | 基础结构。Removes a specified collection from the IDTSLogEntryInfos100 collection. |
页首