MicroPipe.SetComponent Method

The SetComponent method specifies the pipeline component to load and execute in the micropipe.

Syntax

MicroPipe.SetComponent(Component)

Parameters

Component
The pipeline component to execute.

Remarks

A single MicroPipe object can be used to execute multiple components. Calling the SetComponent method on the MicroPipe object after setting and executing a different component earlier is permitted. In this case, the MicroPipe object releases the earlier component, and sets up the new component in its place.

After executing the component, the calling script must release the pipeline component, using script such as the following:

set component = nothing

© 1997-1998 Microsoft Corporation. All rights reserved.