OAImportDatabase Class

This class and its members are reserved for internal use and are not intended to be used in your code. This class is the automation interface for the SqlProjectWizard

This API is not CLS-compliant. 

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.Internal..::..OAImportDatabase

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Class OAImportDatabase
'Usage
Dim instance As OAImportDatabase
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class OAImportDatabase
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class OAImportDatabase
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type OAImportDatabase =  class end
public class OAImportDatabase

The OAImportDatabase type exposes the following members.

Properties

  Name Description
Public property ApplicationScopedOnly Gets or sets whether only application scoped objects are allowed to import
Public property Canceled True if the RE run was canceled. Usually this happens as a result of an exception (i.e. cannot connect to Sql Server)
Public property Completed True if the RE run was successfully completed
Public property ConnectionString The connection string to use when reversing
Public property DirectoryLimit This is the limit of the number of files that should be placed into a directory
Public property GroupBySchema Gets or sets whether files are grouped by schema
Public property GroupByType Gets or sets whether files are grouped by object type
Public property IgnoreFileSizes Ignore file sizes
Public property IgnorePermissions Ignore permissions
Public property ImportReferencedServerObjects Gets or set whether import referenced server objects
Public property Messages The messages generated during the RE run
Public property OverrideDBConfiguration Override database configuration with imported schema settings
Public property ThrownException This is the exception thrown during the operation.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace