OAImportDatabase Members

Include Protected Members
Include Inherited Members

This type is only used internally; you cannot use it directly from your code. This class is the automation interface for the DBProjectWizard.

The OAImportDatabase type exposes the following members.

Methods

  Name Description
Public method DoImportSchema Does the schema import, based on the properties of this object.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property AddImportedPermissionsToModel Gets or sets whether to add imported permissions to the model.
Public property Canceled Gets whether the RE run was canceled.
Public property Completed Gets whether the RE run was successfully completed.
Public property ConnectionString Gets or sets the connection string to use when reversing.
Public property DirectoryLimit Gets the maximum number of files that should be placed into a directory.
Public property IgnoreColumnCollation Gets or sets whether to ignore column collation.
Public property IgnoreExtendedProperties Gets or sets whether to ignore extended properties.
Public property IgnoreFileSizes Gets or sets whether to ignore file sizes.
Public property IgnorePermissions Gets or sets whether to ignore permissions.
Public property Messages Gets a list of the messages generated during the RE run.
Public property OverrideDBConfiguration Gets whether to override database configuration with imported schema settings.
Public property ThrownException Gets the exception thrown during the operation.

Top

See Also

Reference

OAImportDatabase Class

Microsoft.VisualStudio.Data.Schema.Project.Sql.Automation Namespace