IDTSBuffer100.SetEndOfRowset Metodo

Definizione

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

Commenti

I componenti flusso di dati chiamano questo metodo al termine dell'aggiunta di righe a un oggetto di output IDTSBuffer100 . Questo metodo notifica IDTSBufferManager100 a 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 che usa il PrimeOutput metodo, DTS_E_BUFFERISNOTPRIMEOUTPUT viene generata un'eccezione.

Si applica a