SetStream Method (fieldName, stream)

Microsoft Deployment Tools

Deployment Tools Foundation SetStream Method (fieldName, stream)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerRecordSetStream(String, Stream)
Sets a record stream field from a Stream object. Stream data cannot be inserted into temporary fields.
Declaration Syntax
C# Visual Basic Visual C++
public void SetStream(
	string fieldName,
	Stream stream
)
Public Sub SetStream ( _
	fieldName As String, _
	stream As Stream _
)
public:
void SetStream(
	String^ fieldName, 
	Stream^ stream
)
Parameters
fieldName (String)
Specifies the field name of the Record to set.
stream (Stream)
Specifies the stream data.
Remarks

The stream persists if the Record is inserted into the Database and the Database is committed.

Exceptions
Exception Condition
ArgumentOutOfRangeException The field name does not match any of the named fields in the Record.

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)