Partager via


Classe PackageOptions

Defines advanced options and additional artifacts for package creation.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Dac.PackageOptions

Espace de noms :  Microsoft.SqlServer.Dac
Assembly :  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Syntaxe

'Déclaration
Public NotInheritable Class PackageOptions
'Utilisation
Dim instance As PackageOptions
public sealed class PackageOptions
public ref class PackageOptions sealed
[<SealedAttribute>]
type PackageOptions =  class end
public final class PackageOptions

Le type PackageOptions expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique PackageOptions Creates a new instance of the PackageOptions class defining advanced options and additional artifacts for package creation.

Haut de la page

Propriétés

  Nom Description
Propriété publique ContributorArguments Gets or sets the arguments that are passed to the user-defined deployment contributor.
Propriété publique DeploymentContributorConfigurationStreams Gets or sets the list of files that are inputs for custom deployment contributors.
Propriété publique DeploymentContributors List of contributors that are required in order to deploy the .dacpac
Propriété publique RefactorLogPath Path to the file to be added as the refactor log content to the .dacpac
Propriété publique TreatWarningsAsErrors Indicates whether warnings should be treated as errors during model validation

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dac