Класс DeploymentContributorConfigurationSetup

Represents the current setup for DeploymentContributor objects. The setup object can be used by deployment contributors during build operations to cause files to be copied as outputs that are stored in the generated dacpac, or to create new files that are stored in the dacpac. See the DeploymentContributorConfigurationStream API for more information about specifying inputs.

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

System.Object
  Microsoft.SqlServer.Dac.Deployment.DeploymentContributorConfigurationSetup

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

Синтаксис

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

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

Свойства

  Имя Описание
Открытое свойство Properties Gets a dictionary that contains the current properties and settings.
Открытое свойство SqlCmdVariables Gets the SqlCmd variables defined

В начало

Методы

  Имя Описание
Открытый метод CopyInputToOutput Copies an input stream's contents into an output stream that is stored inside a package
Открытый метод EnumerateInputs Returns an enumerable collection of DeploymentContributorConfigurationStream objects.
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод OpenNewOutput Returns a new output configuration file stream that is open for read and write.
Открытый метод ToString (Производный от Object.)

В начало

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

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

См. также

Справочник

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