Share via


ImportDacpacSettings Class

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public NotInheritable Class ImportDacpacSettings _
    Inherits ImportSettingsBase
'Usage
Dim instance As ImportDacpacSettings
public sealed class ImportDacpacSettings : ImportSettingsBase
public ref class ImportDacpacSettings sealed : public ImportSettingsBase
[<SealedAttribute>]
type ImportDacpacSettings =  
    class
        inherit ImportSettingsBase
    end
public final class ImportDacpacSettings extends ImportSettingsBase

The ImportDacpacSettings type exposes the following members.

Constructors

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

Top

Properties

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

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