Interface IDTSDataTapConfiguration100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Provides methods for working with a data tap configuration.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("E2C1CC88-F04E-49A9-AB18-4545EB350626")> _
Public Interface IDTSDataTapConfiguration100
'Uso
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
O tipo IDTSDataTapConfiguration100 expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
AddTapPoint | Infraestrutura. Adds a tap point with the specified configuration. | |
RequestTapPointsByMainPipeID | Infraestrutura. Retrieves the tap points for the specified data flow task. | |
UpdateExecutingPackagesCount | Infraestrutura. Updates the count of the executing packages. |
Início