Share via


OAImportScript 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 ImportScriptWizard

This API is not CLS-compliant. 

Inheritance Hierarchy

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

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 OAImportScript
'Usage
Dim instance As OAImportScript
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class OAImportScript
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class OAImportScript
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type OAImportScript =  class end
public class OAImportScript

The OAImportScript type exposes the following members.

Properties

  Name Description
Public property AllowNonApplicationScopedObjects Gets or sets whether non-application scoped objects are allowed to import
Public property Completed True if the RE run was successfully completed
Public property Encoding The file encoding
Public property GroupBySchema Set to true to group objects by schema
Public property GroupBySchemaType Set to true to group objects by object type
Public property IgnoreExtendedProperties Ignore extended properties
Public property IgnorePermissions Ignore permissions
Public property Messages The messages generated during the RE run
Public property OverwriteExistingObjects Set to true to overwrite existing objects
Public property ScriptFileName The file name to reverse
Public property ThrownException This is the exception thrown during the operation.
Public property WasCanceled True if the RE run was canceled. Usually this happens as a result of an exception (i.e. cannot connect to Sql Server)

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