Click or drag to resize

ImportWithFileNameDerivedPropertiesDataSourceOptions Properties

The ImportWithFileNameDerivedPropertiesDataSourceOptions type exposes the following members.

Properties
 NameDescription
Public propertyActionsOnProperties Designate, which properties should be put into which property bag. The level indicates the level of the property bag, where 0 is the property bag of the target table, -1 is the property bag of the parent folder, -2 is the property bag of the grandparent folder, and so on.
Public propertyBehaviorOnConflictWithExistingProperties Gets or sets the behavior when there is a conflict with existing properties in the target property bag. The default is to override the existing properties with the new values.
Public propertyNameSplitter The name splitter to use for extracting properties from the file name. The default is a PathToFileNameSplitter, which extracts properties from the file name based on a predefined pattern.
Top
See Also