Interfaccia IDTSDataTapConfiguration100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Provides methods for working with a data tap configuration.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

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

Nel tipo IDTSDataTapConfiguration100 sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico AddTapPoint Infrastruttura. Adds a tap point with the specified configuration.
Metodo pubblico RequestTapPointsByMainPipeID Infrastruttura. Retrieves the tap points for the specified data flow task.
Metodo pubblico UpdateExecutingPackagesCount Infrastruttura. Updates the count of the executing packages.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper