IDTSManagedHelper100.GetNextManagedInfo(DTS_MANAGED_INFO) Metodo

Definizione

Indica se la connessione ottiene le informazioni gestite successive.

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

Parametri

pNextComponentInfo
DTS_MANAGED_INFO

Informazioni sul componente successivo.

Restituisce

true se la connessione ottiene le informazioni gestite successive; in caso contrario, false.

Commenti

Per altre informazioni, vedere ManagedHelper.

Si applica a