Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies additional deployment contributors which should run - in addition to those specified in the dacpac.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public Property AdditionalDeploymentContributors As String
Get
Set
'Usage
Dim instance As DacDeployOptions
Dim value As String
value = instance.AdditionalDeploymentContributors
instance.AdditionalDeploymentContributors = value
public string AdditionalDeploymentContributors { get; set; }
public:
property String^ AdditionalDeploymentContributors {
String^ get ();
void set (String^ value);
}
member AdditionalDeploymentContributors : string with get, set
function get AdditionalDeploymentContributors () : String
function set AdditionalDeploymentContributors (value : String)
Property Value
Type: System.String