Свойство PackageOptions.DeploymentContributors

List of contributors that are required in order to deploy the .dacpac

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

Синтаксис

'Декларация
Public Property DeploymentContributors As IList(Of DeploymentContributorInformation)
    Get 
    Set
'Применение
Dim instance As PackageOptions 
Dim value As IList(Of DeploymentContributorInformation)

value = instance.DeploymentContributors

instance.DeploymentContributors = value
public IList<DeploymentContributorInformation> DeploymentContributors { get; set; }
public:
property IList<DeploymentContributorInformation^>^ DeploymentContributors {
    IList<DeploymentContributorInformation^>^ get ();
    void set (IList<DeploymentContributorInformation^>^ value);
}
member DeploymentContributors : IList<DeploymentContributorInformation> with get, set
function get DeploymentContributors () : IList<DeploymentContributorInformation>
function set DeploymentContributors (value : IList<DeploymentContributorInformation>)

Значение свойства

Тип: System.Collections.Generic.IList<DeploymentContributorInformation>

См. также

Справочник

PackageOptions Класс

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