Share via


IDTSConnectionManagerCacheColumns100 Interface

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Provides properties and methods for working on a collection of IDTSConnectionManagerCacheColumn100 objects.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("B008E5CB-0CD8-4F2A-9287-D643D4A24D1D")> _
Public Interface IDTSConnectionManagerCacheColumns100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSConnectionManagerCacheColumns100
[GuidAttribute("B008E5CB-0CD8-4F2A-9287-D643D4A24D1D")]
public interface IDTSConnectionManagerCacheColumns100 : IEnumerable
[GuidAttribute(L"B008E5CB-0CD8-4F2A-9287-D643D4A24D1D")]
public interface class IDTSConnectionManagerCacheColumns100 : IEnumerable
[<GuidAttribute("B008E5CB-0CD8-4F2A-9287-D643D4A24D1D")>]
type IDTSConnectionManagerCacheColumns100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSConnectionManagerCacheColumns100 extends IEnumerable

The IDTSConnectionManagerCacheColumns100 type exposes the following members.

Properties

  Name Description
Public property Count Infrastructure. Gets the number of elements contained in the collection.
Public property Item Infrastructure. Gets the specified column in the collection.

Top

Methods

  Name Description
Public method Add Infrastructure. Creates a new column in the collection.
Public method GetEnumerator Infrastructure. Gets an enumerator that iterates through the collection.
Public method Remove Infrastructure. Removes the specified column from the collection.

Top

Remarks

For more information, see ConnectionManager.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace