Share via


WriteTo Method (Stream, Encoding)

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Writes the sub-graph that can be reached from this node to a stream.

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
PublicSubWriteTo ( _
    streamAsStream, _
    encodingAsEncoding _
)
'Usage
DiminstanceAsGraphStoreDimstreamAsStreamDimencodingAsEncoding

instance.WriteTo(stream, encoding)
publicvoidWriteTo(
    Streamstream,
    Encodingencoding
)
public:
voidWriteTo(
    Stream^ stream, 
    Encoding^ encoding
)
publicfunctionWriteTo(
    stream : Stream, 
    encoding : Encoding
)

Parameters

.NET Framework Security

See Also

Reference

GraphStore Class

GraphStore Members

WriteTo Overload

System.Dataflow Namespace