IDTSConnectionManagerCacheColumns100 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供处理 IDTSConnectionManagerCacheColumn100 一组对象的属性和方法。
public interface class IDTSConnectionManagerCacheColumns100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("B8C6C96F-7BE3-4F83-B0C8-A4EF061CB10A")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSConnectionManagerCacheColumns100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("B3196D3E-D0B4-471D-9D1E-656CC3A2C028")]
public interface IDTSConnectionManagerCacheColumns100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("59945FB8-082E-4702-A59E-26448C7581F0")]
public interface IDTSConnectionManagerCacheColumns100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("B8C6C96F-7BE3-4F83-B0C8-A4EF061CB10A")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSConnectionManagerCacheColumns100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("B3196D3E-D0B4-471D-9D1E-656CC3A2C028")>]
type IDTSConnectionManagerCacheColumns100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("59945FB8-082E-4702-A59E-26448C7581F0")>]
type IDTSConnectionManagerCacheColumns100 = interface
interface IEnumerable
Public Interface IDTSConnectionManagerCacheColumns100
Implements IEnumerable
- 属性
- 实现
注解
有关详细信息,请参阅 ConnectionManager。
属性
| 名称 | 说明 |
|---|---|
| Count |
获取集合中包含的元素数。 |
| Item[Object] |
获得集合中指定的列。 |
方法
| 名称 | 说明 |
|---|---|
| Add() |
在集合中创建新列。 |
| GetEnumerator() |
获取循环访问集合的枚举器。 |
| Remove(Object) |
从集合中删除指定的列。 |