Linguaggio

HResults.DTS_E_ELEMENTNOTFOUND Campo

Definizione

MessageId: DTS_E_ELEMENTNOTFOUND MessageText: L'elemento non può essere trovato in una collezione. Questo errore si verifica quando si cerca di recuperare un elemento da una collezione su un container durante l'esecuzione del pacchetto e l'elemento non è presente.

public: int DTS_E_ELEMENTNOTFOUND = -1073676279;
public const int DTS_E_ELEMENTNOTFOUND = -1073676279;
val mutable DTS_E_ELEMENTNOTFOUND : int
Public Const DTS_E_ELEMENTNOTFOUND As Integer  = -1073676279

Valore del campo

Value = -1073676279

Si applica a