Compartir a través de


WriteTo Method (String, 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 ( _
    filePathAsString, _
    encodingAsEncoding _
)
'Usage
DiminstanceAsGraphStoreDimfilePathAsStringDimencodingAsEncoding

instance.WriteTo(filePath, encoding)
publicvoidWriteTo(
    stringfilePath,
    Encodingencoding
)
public:
voidWriteTo(
    String^ filePath, 
    Encoding^ encoding
)
publicfunctionWriteTo(
    filePath : String, 
    encoding : Encoding
)

Parameters

.NET Framework Security

See Also

Reference

GraphStore Class

GraphStore Members

WriteTo Overload

System.Dataflow Namespace