ManagedComponentHost.HostGetDependencies Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the component host dependencies.
public:
virtual void HostGetDependencies(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int blockedInputID, int % dependencyCount, cli::array <int> ^ % dependentInputIDs);
public void HostGetDependencies (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int blockedInputID, ref int dependencyCount, ref int[] dependentInputIDs);
abstract member HostGetDependencies : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * Int32[] -> unit
override this.HostGetDependencies : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int * int * Int32[] -> unit
Public Sub HostGetDependencies (wrapper As IDTSManagedComponentWrapper100, blockedInputID As Integer, ByRef dependencyCount As Integer, ByRef dependentInputIDs As Integer())
Parameters
- wrapper
- IDTSManagedComponentWrapper100
The component wrapper.
- blockedInputID
- Int32
The blocked input identifier.
- dependencyCount
- Int32
The dependency count.
- dependentInputIDs
- Int32[]
The dependent input identifier.