Freigeben über


IDTSDataTapConfiguration100-Schnittstelle

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

Provides methods for working with a data tap configuration.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("E2C1CC88-F04E-49A9-AB18-4545EB350626")> _
Public Interface IDTSDataTapConfiguration100
'Usage
Dim instance As IDTSDataTapConfiguration100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("E2C1CC88-F04E-49A9-AB18-4545EB350626")]
public interface IDTSDataTapConfiguration100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"E2C1CC88-F04E-49A9-AB18-4545EB350626")]
public interface class IDTSDataTapConfiguration100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("E2C1CC88-F04E-49A9-AB18-4545EB350626")>]
type IDTSDataTapConfiguration100 =  interface end
public interface IDTSDataTapConfiguration100

Der IDTSDataTapConfiguration100-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode AddTapPoint Infrastruktur Adds a tap point with the specified configuration.
Öffentliche Methode RequestTapPointsByMainPipeID Infrastruktur Retrieves the tap points for the specified data flow task.
Öffentliche Methode UpdateExecutingPackagesCount Infrastruktur Updates the count of the executing packages.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace