언어

IDTSLogProviders100 인터페이스

정의

로그 제공자들의 인터페이스를 나타냅니다.

public interface class IDTSLogProviders100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("20DC5792-E39C-49DC-B8B2-8334809024DF")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSLogProviders100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("DA808634-EEBA-4D60-8FFB-EBEB7AA64294")]
public interface IDTSLogProviders100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("FE986A36-1987-4A09-BF20-84AC67EA238D")]
public interface IDTSLogProviders100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("20DC5792-E39C-49DC-B8B2-8334809024DF")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSLogProviders100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("DA808634-EEBA-4D60-8FFB-EBEB7AA64294")>]
type IDTSLogProviders100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("FE986A36-1987-4A09-BF20-84AC67EA238D")>]
type IDTSLogProviders100 = interface
    interface IEnumerable
Public Interface IDTSLogProviders100
Implements IEnumerable
특성
구현

설명

자세한 내용은 LogProviders를 참조하세요.

속성

Name Description
Count

컬렉션에 포함된 수나 원소를 얻습니다.

Item[Object]

컬렉션에서 로그 제공자 객체를 얻습니다.

메서드

Name Description
Add(String)

지정된 로그 제공자를 컬렉션 끝에 추가합니다.

GetEnumerator()

컬렉션을 반복 IDTSLogProviders100 할 때 for use를 얻 IEnumerator 습니다.

Join(IDTSLogProvider100)

지정된 로그 제공자를 컬렉션에 조인합니다.

Remove(Object)

컬렉션에서 IDTSLogProviders100 로그 제공자 객체를 제거합니다.

적용 대상