Import |
public class ImportOptionsInitial : IEquatable<ImportOptionsInitial>
The ImportOptionsInitial type exposes the following members.
Name | Description | |
---|---|---|
![]() | ImportOptionsInitial | Initializes a new instance of the ImportOptionsInitial class |
Name | Description | |
---|---|---|
![]() | DistributeDataPerFileToSeparateTables | If true, if the file contains multiple graph data, the graphs are imported in separate tables. |
![]() | DistributeFilesToSeparateTables | If true, during initial import if multiple files are imported, each file is imported in a separate table. |
![]() | ImportOptions | Gets the import options. |
![]() | UseMetaDataNameAsTableName | If true, tables created during the import process are named based on the meta data of the graph data. |
Name | Description | |
---|---|---|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |