共用方式為


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.

上層

請參閱

參考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間