Freigeben über


IDTSConnectionManagerCacheColumns100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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

Der IDTSConnectionManagerCacheColumns100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Infrastruktur Gets the number of elements contained in the collection.
Öffentliche Eigenschaft Item Infrastruktur Gets the specified column in the collection.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add Infrastruktur Creates a new column in the collection.
Öffentliche Methode GetEnumerator Infrastruktur Gets an enumerator that iterates through the collection.
Öffentliche Methode Remove Infrastruktur Removes the specified column from the collection.

Zum Anfang

Hinweise

For more information, see ConnectionManager.

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace