IDTSDBProviderInfos100 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
IDTSDBProviderInfo100 개체의 컬렉션을 포함합니다.
public interface class IDTSDBProviderInfos100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("8D70CE44-09E5-41A8-87E9-F188EE67FF53")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSDBProviderInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("517803E0-CAD8-40CF-86AE-A18A43B3F7C8")]
public interface IDTSDBProviderInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("8C355CF4-7317-4038-8E53-D406B224DDA3")]
public interface IDTSDBProviderInfos100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("8D70CE44-09E5-41A8-87E9-F188EE67FF53")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSDBProviderInfos100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("517803E0-CAD8-40CF-86AE-A18A43B3F7C8")>]
type IDTSDBProviderInfos100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("8C355CF4-7317-4038-8E53-D406B224DDA3")>]
type IDTSDBProviderInfos100 = interface
interface IEnumerable
Public Interface IDTSDBProviderInfos100
Implements IEnumerable
- 특성
- 구현
속성
| Name | Description |
|---|---|
| Count |
컬렉션에 포함된 요소 수를 가져옵니다. |
| Item[Object] |
IDTSDBProviderInfo100 컬렉션에서 개체를 가져옵니다. |
메서드
| Name | Description |
|---|---|
| GetEnumerator() |
컬렉션을 반복할 때 사용할 수 있는 열거자를 반환합니다. |