Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents the data transformation services back pressure support.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
<GuidAttribute("894CF64E-0D51-4548-AD98-0BB4CCA74484")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSSupportBackPressure100
'Usage
Dim instance As IDTSSupportBackPressure100
[GuidAttribute("894CF64E-0D51-4548-AD98-0BB4CCA74484")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSSupportBackPressure100
[GuidAttribute(L"894CF64E-0D51-4548-AD98-0BB4CCA74484")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSSupportBackPressure100
[<GuidAttribute("894CF64E-0D51-4548-AD98-0BB4CCA74484")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSSupportBackPressure100 = interface end
public interface IDTSSupportBackPressure100
The IDTSSupportBackPressure100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetSupport | Infrastructure. Returns support for IDTSSupportBackPressure100. |
Top