Send feedback on this topic.
Teradata.Client.Provider
Position Property (TdStream)



Teradata.Client.Provider Namespace > TdStream Class : Position Property
Gets the current position within the TdStream object.
Syntax
'Declaration
 
Public Overrides NotOverridable Property Position As Long
'Usage
 
Dim instance As TdStream
Dim value As Long
 
instance.Position = value
 
value = instance.Position
public override long Position {get; set;}
public:
property int64 Position {
   int64 get() override;
   void set (    int64 value) override;
}

Property Value

The current position within the TdStream.
Exceptions
ExceptionDescription
The TdStream is closed / disposed.
TdStream does not support seeking.
Remarks
TdStream does not support seeking. Therefore Position cannot be set.
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdStream Class
TdStream Members