EntryCreationOptions Constructor (EntryCreationOptions) |
Initializes a new instance of the
EntryCreationOptions class based
on the values in another instance.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public EntryCreationOptions(
EntryCreationOptions options
)
Public Sub New (
options As EntryCreationOptions
)
public:
EntryCreationOptions(
EntryCreationOptions^ options
)
new :
options : EntryCreationOptions -> EntryCreationOptions
Parameters
- options
- Type: Dundas.BI.FileSystemEntryCreationOptions
The instance from which values should be copied.
Exceptions See Also