DacDeployOptions.AdditionalDeploymentContributorArguments Property
Specifies additional deployment contributor arguments in addition to those already listed in the dacpac.
Namespace: Microsoft.SqlServer.Dac
Assembly: Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)
Syntax
'Declaration
Public Property AdditionalDeploymentContributorArguments As String
Get
Set
'Usage
Dim instance As DacDeployOptions
Dim value As String
value = instance.AdditionalDeploymentContributorArguments
instance.AdditionalDeploymentContributorArguments = value
public string AdditionalDeploymentContributorArguments { get; set; }
public:
property String^ AdditionalDeploymentContributorArguments {
String^ get ();
void set (String^ value);
}
member AdditionalDeploymentContributorArguments : string with get, set
function get AdditionalDeploymentContributorArguments () : String
function set AdditionalDeploymentContributorArguments (value : String)
Property Value
Type: System.String