Класс PackageOptions

Defines advanced options and additional artifacts for package creation.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Dac.PackageOptions

Пространство имен:  Microsoft.SqlServer.Dac
Сборка:  Microsoft.SqlServer.Dac.Extensions (в Microsoft.SqlServer.Dac.Extensions.dll)

Синтаксис

'Декларация
Public NotInheritable Class PackageOptions
'Применение
Dim instance As PackageOptions
public sealed class PackageOptions
public ref class PackageOptions sealed
[<SealedAttribute>]
type PackageOptions =  class end
public final class PackageOptions

Тип PackageOptions обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод PackageOptions Creates a new instance of the PackageOptions class defining advanced options and additional artifacts for package creation.

В начало

Свойства

  Имя Описание
Открытое свойство ContributorArguments Gets or sets the arguments that are passed to the user-defined deployment contributor.
Открытое свойство DeploymentContributorConfigurationStreams Gets or sets the list of files that are inputs for custom deployment contributors.
Открытое свойство DeploymentContributors List of contributors that are required in order to deploy the .dacpac
Открытое свойство RefactorLogPath Path to the file to be added as the refactor log content to the .dacpac
Открытое свойство TreatWarningsAsErrors Indicates whether warnings should be treated as errors during model validation

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dac