Send feedback on this topic.
Teradata.Client.Provider
FileStream Property



Teradata.Client.Provider Namespace > TdFileEventArgs Class : FileStream Property
The IO.Stream that was used to open the file.
Syntax
'Declaration
 
Public Property FileStream As Stream
'Usage
 
Dim instance As TdFileEventArgs
Dim value As Stream
 
instance.FileStream = value
 
value = instance.FileStream
public Stream FileStream {get; set;}
public:
property Stream^ FileStream {
   Stream^ get();
   void set (    Stream^ value);
}
Remarks
It is the responsibility of the application to use an object of type System.IO.Stream to open the file and to use this property to send the object to the provider.
Requirements

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

See Also

Reference

TdFileEventArgs Class
TdFileEventArgs Members