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