Import |
public enum ImportTriggerSource
| Member name | Value | Description |
|---|---|---|
| Manual | 0 | The user triggers a re-read of the data source. |
| FirstUse | 1 | The data source is re-read if the associated table is used for the first time. |
| DataSourceChanged | 2 | The data source is re-read every time the data source has changed. This includes the first use of the associated table. |
The ImportTriggerSource type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |