IDTSBuffer100.SetEndOfRowset Metodo

Definizione

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

Commenti

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

Se il buffer non è un buffer di output, cioè un buffer fornito a un componente tramite il PrimeOutput metodo, viene lanciata un'eccezione DTS_E_BUFFERISNOTPRIMEOUTPUT .

Si applica a