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 네임스페이스