ITransferServiceStoreTransferFile Method

Store a transfer file to the data warehouse.

Namespace:  Dundas.BI.Transfer
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
Guid StoreTransferFile(
	Stream input
)

Parameters

input
Type: System.IOStream
Input stream of the transfer file.

Return Value

Type: Guid
ID of the transfer file.
Exceptions
ExceptionCondition
ArgumentNullExceptioninput is .
InvalidOperationExceptionThe content of the file does not match a transfer file.
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also