IDTSMultiInputComponentHost100.HostGetDependencies 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此 API 支援產品基礎結構,而且不能直接從程式碼使用。 取得指定之輸入元件主機的相依性。
public:
void HostGetDependencies(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSManagedComponentWrapper100 ^ pWrapper, int blockedInputID, int % pDependencyCount, cli::array <int> ^ % pDependentInputIDs);
public void HostGetDependencies (Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSManagedComponentWrapper100 pWrapper, int blockedInputID, ref int pDependencyCount, ref int[] pDependentInputIDs);
Public Sub HostGetDependencies (pWrapper As IDTSManagedComponentWrapper100, blockedInputID As Integer, ByRef pDependencyCount As Integer, ByRef pDependentInputIDs As Integer())
參數
- pWrapper
- IDTSManagedComponentWrapper100
Managed 元件包裝函式。
- blockedInputID
- Int32
已封鎖的輸入識別碼。
- pDependencyCount
- Int32
此方法傳回時,包含輸入元件主機的相依性數目。 此參數傳遞時未經初始化。
- pDependentInputIDs
- Int32[]
此方法傳回時,包含相依性輸入識別碼的陣列。 此參數傳遞時未經初始化。