共用方式為


IDTSManagedHelper100.GetNextManagedInfo(DTS_MANAGED_INFO) Method

Definition

public:
 bool GetNextManagedInfo([Runtime::InteropServices::Out] Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::DTS_MANAGED_INFO % pNextComponentInfo);
public bool GetNextManagedInfo (out Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.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

Returns

true if the connection gets the next managed information; otherwise, false.

Applies to