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
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdStream Class
TdStream Members