WriteTo Method (String)

[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 ( _
    filePathAsString _
)
'Usage
DiminstanceAsGraphStoreDimfilePathAsString

instance.WriteTo(filePath)
publicvoidWriteTo(
    stringfilePath
)
public:
voidWriteTo(
    String^ filePath
)
publicfunctionWriteTo(
    filePath : String
)

Parameters

.NET Framework Security

See Also

Reference

GraphStore Class

GraphStore Members

WriteTo Overload

System.Dataflow Namespace