IDTSMultiInputComponent100.GetDependencies(Int32, Int32, Int32) 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 dependencies for the specified input component.
public:
void GetDependencies(int blockedInputID, int % pDependencyCount, int % pDependentInputIDs);
public void GetDependencies (int blockedInputID, ref int pDependencyCount, ref int pDependentInputIDs);
abstract member GetDependencies : int * int * int -> unit
Public Sub GetDependencies (blockedInputID As Integer, ByRef pDependencyCount As Integer, ByRef pDependentInputIDs As Integer)
Parameters
- blockedInputID
- Int32
The blocked input identifier.
- pDependencyCount
- Int32
When this method returns, contains the number dependencies for the input component. This parameter is passed uninitialized.
- pDependentInputIDs
- Int32
When this method returns, contains the dependency input identifier. This parameter is passed uninitialized.