Partager via


Interface IDTSDataTapConfiguration100

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Provides methods for working with a data tap configuration.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("E2C1CC88-F04E-49A9-AB18-4545EB350626")> _
Public Interface IDTSDataTapConfiguration100
'Utilisation
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

Le type IDTSDataTapConfiguration100 expose les membres suivants.

Méthodes

  Nom Description
Méthode publique AddTapPoint Infrastructure. Adds a tap point with the specified configuration.
Méthode publique RequestTapPointsByMainPipeID Infrastructure. Retrieves the tap points for the specified data flow task.
Méthode publique UpdateExecutingPackagesCount Infrastructure. Updates the count of the executing packages.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper