Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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