Share via


Position Property

[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
PropertyPositionAsLongGetSet
'Usage
DiminstanceAsITextStreamDimvalueAsLongvalue = instance.Position

instance.Position = value
longPosition { get; set; }
propertylong longPosition {
    long longget ();
    voidset (long longvalue);
}
function getPosition () : longfunction setPosition (value : long)

Property Value

Type: System. . :: . .Int64

.NET Framework Security

See Also

Reference

ITextStream Interface

ITextStream Members

System.Dataflow Namespace