Share via


ImportSettingsBase Class

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.Project..::..ImportSettingsBase
    Microsoft.VisualStudio.Data.Tools.Package.Project..::..ImportDacpacSettings
    Microsoft.VisualStudio.Data.Tools.Package.Project..::..ImportDatabaseSettings

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

Syntax

'Declaration
Public Class ImportSettingsBase
'Usage
Dim instance As ImportSettingsBase
public class ImportSettingsBase
public ref class ImportSettingsBase
type ImportSettingsBase =  class end
public class ImportSettingsBase

The ImportSettingsBase type exposes the following members.

Constructors

  Name Description
Public method ImportSettingsBase Initializes a new instance of the ImportSettingsBase class.

Top

Properties

  Name Description
Public property ApplicationScopedOnly Gets or sets whehter only import application scoped objects
Public property DirectoryContentsLimit Gets or sets the limit to the number of files placed into a directory
Public property GroupBySchema Gets or sets whether to group objects by schema
Public property GroupByType Gets or sets whether to group objects by schema object type
Public property IgnorePermissions Gets or sets whether ignore permissions
Public property ImportReferencedServerObjects Gets or sets whether import referenced server objects
Public property OverrideDbConfiguration Gets or sets whether override DB configuration

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.Project Namespace