IDTSBuffer100.SetEndOfRowset Metodo

Definizione

public:
 void SetEndOfRowset();
public void SetEndOfRowset ();
abstract member SetEndOfRowset : unit -> unit
Public Sub SetEndOfRowset ()

Commenti

I componenti del flusso di dati chiamano questo metodo al termine dell'aggiunta di righe a un oggetto IDTSBuffer100 di output. Questo metodo notifica all'IDTSBufferManager100 che un componente ha completato l'aggiunta di righe al buffer.

Se il buffer non è un buffer di output, che è un buffer fornito a un componente usando il metodo PrimeOutput, viene generata un'eccezione DTS_E_BUFFERISNOTPRIMEOUTPUT .

Si applica a