IDTSLogProviderInfos100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
자세한 내용은 LogProviderInfos를 참조하세요.
public interface class IDTSLogProviderInfos100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("C8FA96E2-9678-4F56-99FA-4501513E5E32")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSLogProviderInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("35BD7D5C-ADC5-4766-AA2F-01EF599BE2C2")]
public interface IDTSLogProviderInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("F7A41C60-C249-43BC-A1B4-09E397304BC1")]
public interface IDTSLogProviderInfos100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("C8FA96E2-9678-4F56-99FA-4501513E5E32")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSLogProviderInfos100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("35BD7D5C-ADC5-4766-AA2F-01EF599BE2C2")>]
type IDTSLogProviderInfos100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("F7A41C60-C249-43BC-A1B4-09E397304BC1")>]
type IDTSLogProviderInfos100 = interface
interface IEnumerable
Public Interface IDTSLogProviderInfos100
Implements IEnumerable
- 특성
- 구현
속성
Count |
컬렉션에 포함된 요소 수를 가져옵니다. |
Item[Object] |
컬렉션에서 IDTSLogProviderInfo100 개체를 가져옵니다. |
메서드
GetEnumerator() |
IDTSLogProviderInfos100 컬렉션을 반복하는 데 사용할 열거자를 반환합니다. |