Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
List of contributors that are required in order to deploy the .dacpac
Spazio dei nomi Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Sintassi
'Dichiarazione
Public Property DeploymentContributors As IList(Of DeploymentContributorInformation)
Get
Set
'Utilizzo
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>)
Valore proprietà
Tipo: System.Collections.Generic.IList<DeploymentContributorInformation>