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
Public Enumeration TransferItemSelectionKind
public enum class TransferItemSelectionKind
type TransferItemSelectionKind
Members
| Member name | Value | Description |
---|
| Hidden | 0 |
The user does not select the transfer item. But the transfer item is
hidden in the transfer file for upgrade purpose.
|
| Implicit | 1 |
The user does not select the transfer item. But the transfer item is
implicitly selected because the user wants to include referenced items.
|
| Explicit | 2 |
The user selects the transfer item explicitly.
|
See Also