Méthode ManagedComponentHost.HostGetDependencies
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets the component host dependencies.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Syntaxe
'Déclaration
Public Sub HostGetDependencies ( _
wrapper As IDTSManagedComponentWrapper100, _
blockedInputID As Integer, _
ByRef dependencyCount As Integer, _
ByRef dependentInputIDs As Integer() _
)
'Utilisation
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim blockedInputID As Integer
Dim dependencyCount As Integer
Dim dependentInputIDs As Integer()
instance.HostGetDependencies(wrapper, _
blockedInputID, dependencyCount, _
dependentInputIDs)
public void HostGetDependencies(
IDTSManagedComponentWrapper100 wrapper,
int blockedInputID,
ref int dependencyCount,
ref int[] dependentInputIDs
)
public:
virtual void HostGetDependencies(
IDTSManagedComponentWrapper100^ wrapper,
int blockedInputID,
int% dependencyCount,
array<int>^% dependentInputIDs
) sealed
abstract HostGetDependencies :
wrapper:IDTSManagedComponentWrapper100 *
blockedInputID:int *
dependencyCount:int byref *
dependentInputIDs:int[] byref -> unit
override HostGetDependencies :
wrapper:IDTSManagedComponentWrapper100 *
blockedInputID:int *
dependencyCount:int byref *
dependentInputIDs:int[] byref -> unit
public final function HostGetDependencies(
wrapper : IDTSManagedComponentWrapper100,
blockedInputID : int,
dependencyCount : int,
dependentInputIDs : int[]
)
Paramètres
- wrapper
Type : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- blockedInputID
Type : System.Int32
The blocked input identifier.
- dependencyCount
Type : System.Int32%
The dependency count.
- dependentInputIDs
Type : array<System.Int32[]%
The dependent input identifier.