IFileObject Members

IFileObject Overview

Public Properties

public property MemberCount

MemberCount is the number of database member objects in the file represented by IFileObject.

public property Members

Members is an array of IMember objects representing all of the database members contained by a database file.

Public Methods

public property Copy

Copy creates a copy of the database file represented by IFileObject with the name and location specified.

public property GetAdgDataSet

GetAdgDataSet method returns an instance of AdgDataSet modeling the formats of the database file represented by IFileObject.

public property ReadCreationAttributes

ReadCreationAttributes reads and validates an XML document fragment describing a database file's creation-time attributes.

public property ReadDefinition

ReadDefinition reads and validates an XML document fragment describing a database file's definition.

public property RepairFile

RepairFile repairs the database file represented by IFileObject, as specified by RepairOptions.

public property WriteCreationAttributes

WriteCreationAttributes dumps a database file's creation-time attributes to an XML content node.

public property WriteDefinition

WriteDefinition dumps a database file's definition to an XML content node.

See Also