The ExportFactDataInfo type exposes the following members.

Methods

  NameDescription
Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)

Properties

  NameDescription
CancelationObject
Cancelation object. .NET Only.
(Inherited from IContinue.)
CanContinue
Can import/export continue. .NET Only.
(Inherited from IContinue.)
CanContinueOperation
Callback delegate. .NET Only.
(Inherited from IContinue.)
Cube
The Cube whose factdata will be exported.
ExportInfo
Collection of objects defining the points to be exported.
OutputFile
Full path to the exported file.
(Inherited from BaseExportParams.)
OutputStream
Stream of output from the Export call.
(Inherited from BaseExportParams.)
SkipAggregates
Should aggregate values be skipped in the transfer.
(Inherited from CubeTransition.)
SkipCalculated
Should calculated values be skipped in the transfer.
(Inherited from CubeTransition.)
SkipZeros
Should zero values be skipped in the transfer.
(Inherited from CubeTransition.)
TransferMethod
The TransferMethod to be used.
(Inherited from CubeTransition.)
TransformationFormula
The formula to use to transform the data if the TransferMethod is a transformation.
(Inherited from CubeTransition.)

See Also