Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
.gif)
.gif)