Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: System.String