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

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

See Also

Reference

TdStream Class
TdStream Members