TransferItemSelectionKind Enumeration

The kind of selection of a transfer item.

Namespace:  Dundas.BI.Transfer
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public enum TransferItemSelectionKind
Members
  Member nameValueDescription
Hidden0 The user does not select the transfer item. But the transfer item is hidden in the transfer file for upgrade purpose.
Implicit1 The user does not select the transfer item. But the transfer item is implicitly selected because the user wants to include referenced items.
Explicit2 The user selects the transfer item explicitly.
See Also