共用方式為


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