Compartir a través de


WriteTo Method (TextWriter)

[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 ( _
    targetAsTextWriter _
)
'Usage
DiminstanceAsGraphStoreDimtargetAsTextWriter

instance.WriteTo(target)
publicvoidWriteTo(
    TextWritertarget
)
public:
voidWriteTo(
    TextWriter^ target
)
publicfunctionWriteTo(
    target : TextWriter
)

Parameters

.NET Framework Security

See Also

Reference

GraphStore Class

GraphStore Members

WriteTo Overload

System.Dataflow Namespace