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 命名空间