IDTSConfigurations100 接口

定义

public interface class IDTSConfigurations100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("2394F8D2-C9A1-488C-A63A-460898EBBC29")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSConfigurations100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("2394F8D2-C9A1-488C-A63A-460898EBBC29")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSConfigurations100 = interface
    interface IEnumerable
Public Interface IDTSConfigurations100
Implements IEnumerable
属性
实现

注解

有关详细信息,请参阅 Configurations

属性

Count
Item[Object]

方法

Add()
GetEnumerator()
InsertAfter(Object, IDTSConfiguration100)
InsertBefore(Object, IDTSConfiguration100)
MoveAfter(Object, IDTSConfiguration100)
MoveBefore(Object, IDTSConfiguration100)
Remove(Object)

适用于