DacDeployOptions.AdditionalDeploymentContributors Property
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