IDTSManagedHelper100.GetNextManagedInfo(DTS_MANAGED_INFO) 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.
Indicates whether the connection gets the next managed information.
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
Parameters
- pNextComponentInfo
- DTS_MANAGED_INFO
The next component information.
Returns
true if the connection gets the next managed information; otherwise, false.
Remarks
For more information, see ManagedHelper.