Send feedback on this topic.
Teradata.Client.Provider
SetLength Method



Teradata.Client.Provider Namespace > TdStream Class : SetLength Method
Specifies the length of TdStream in bytes.
TdStream does not support SetLength.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub SetLength( _
   ByVal value As Long _
) 
'Usage
 
Dim instance As TdStream
Dim value As Long
 
instance.SetLength(value)
public override void SetLength( 
   long value
)
public:
void SetLength( 
   int64 value
) override 

Parameters

value
Specifies the length of TdStream in bytes.
Exceptions
ExceptionDescription
The TdStream does not support SetLength.
Requirements
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdStream Class
TdStream Members