Freigeben über


IDTSManagedHelper100.GetNextManagedInfo(DTS_MANAGED_INFO) Methode

Definition

Gibt an, ob die Verbindung die nächsten verwalteten Informationen abruft.

public:
 bool GetNextManagedInfo([Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_MANAGED_INFO % pNextComponentInfo);
public bool GetNextManagedInfo (out Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_MANAGED_INFO pNextComponentInfo);
abstract member GetNextManagedInfo : DTS_MANAGED_INFO -> bool
Public Function GetNextManagedInfo (ByRef pNextComponentInfo As DTS_MANAGED_INFO) As Boolean

Parameter

pNextComponentInfo
DTS_MANAGED_INFO

Die nächsten Komponenteninformationen.

Gibt zurück

true, wenn die Verbindung die nächsten verwalteten Informationen abruft; andernfalls false.

Hinweise

Weitere Informationen finden Sie unter ManagedHelper.

Gilt für: