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 | |
---|---|---|
AllowNonApplicationScopedObjects | Gets or sets whether non-application scoped objects are allowed to import | |
Completed | True if the RE run was successfully completed | |
Encoding | The file encoding | |
GroupBySchema | Set to true to group objects by schema | |
GroupBySchemaType | Set to true to group objects by object type | |
IgnoreExtendedProperties | Ignore extended properties | |
IgnorePermissions | Ignore permissions | |
Messages | The messages generated during the RE run | |
OverwriteExistingObjects | Set to true to overwrite existing objects | |
ScriptFileName | The file name to reverse | |
ThrownException | This is the exception thrown during the operation. | |
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 | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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