IDTSConnectionManagerCacheColumns100 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides properties and methods for working on a collection of IDTSConnectionManagerCacheColumn100 objects.
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
- Attributes
- Implements
Remarks
For more information, see ConnectionManager.
Properties
Count |
Gets the number of elements contained in the collection. |
Item[Object] |
Gets the specified column in the collection. |
Methods
Add() |
Creates a new column in the collection. |
GetEnumerator() |
Gets an enumerator that iterates through the collection. |
Remove(Object) |
Removes the specified column from the collection. |