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
)
Function StoreTransferFile (
input As Stream
) As Guid
Guid StoreTransferFile(
Stream^ input
)
abstract StoreTransferFile :
input : Stream -> Guid
Parameters
- input
- Type: System.IOStream
Input stream of the transfer file.
Return Value
Type:
GuidID of the transfer file.
Exceptions See Also