Share via


WriteTime Method

[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.]

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

Syntax

'Declaration
PublicOverridableSubWriteTime ( _
    labelAsLabel, _
    brandAsIdentifier, _
    valueAsTime _
)
'Usage
DiminstanceAsGraphWriterDimlabelAsLabelDimbrandAsIdentifierDimvalueAsTime

instance.WriteTime(label, brand, value)
publicvirtualvoidWriteTime(
    Labellabel,
    Identifierbrand,
    Timevalue
)
public:
virtualvoidWriteTime(
    Label^ label, 
    Identifier^ brand, 
    Timevalue
)
publicfunctionWriteTime(
    label : Label, 
    brand : Identifier, 
    value : Time
)

Parameters

.NET Framework Security

See Also

Reference

GraphWriter Class

GraphWriter Members

System.Dataflow Namespace