IDTSConfigurations100 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 对象的集合 IDTSConfiguration100 。
public interface class IDTSConfigurations100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("FA4604F3-5552-4C1A-BE3F-C67CFFE64012")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSConfigurations100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("69318F0E-7300-42DF-A75B-CCE10CB08777")]
public interface IDTSConfigurations100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("094006D6-2FA3-476D-BA5E-80C0A3EBF87A")]
public interface IDTSConfigurations100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("FA4604F3-5552-4C1A-BE3F-C67CFFE64012")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSConfigurations100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("69318F0E-7300-42DF-A75B-CCE10CB08777")>]
type IDTSConfigurations100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("094006D6-2FA3-476D-BA5E-80C0A3EBF87A")>]
type IDTSConfigurations100 = interface
interface IEnumerable
Public Interface IDTSConfigurations100
Implements IEnumerable
- 属性
- 实现
注解
有关详细信息,请参阅 Configurations。
属性
| 名称 | 说明 |
|---|---|
| Count |
获取集合中的元素数。 |
| Item[Object] |
IDTSConfiguration100从集合中获取对象。 |
方法
| 名称 | 说明 |
|---|---|
| Add() |
将对象 IDTSConfiguration100 添加到集合的末尾。 |
| GetEnumerator() |
返回一个枚举器以迭代集合。IDTSConfiguration100 |
| InsertAfter(Object, IDTSConfiguration100) |
在已有IDTSConfiguration100对象之后添加一个IDTSConfiguration100对象到集合中。 |
| InsertBefore(Object, IDTSConfiguration100) |
在现有IDTSConfiguration100对象之前,将一个IDTSConfiguration100对象添加到集合中。 |
| MoveAfter(Object, IDTSConfiguration100) |
在现有对象之后重新定位一个 IDTSConfiguration100 对象 IDTSConfiguration100 。 |
| MoveBefore(Object, IDTSConfiguration100) |
将 IDTSConfiguration100 一个物体重新定位到一个已有 IDTSConfiguration100 物体的前面。 |
| Remove(Object) |
从集合中删除对象 IDTSConfiguration100 。 |