次の方法で共有


PackageOptions.DeploymentContributors プロパティ

.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 名前空間