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>