다음을 통해 공유


DacDeployOptions.AdditionalDeploymentContributorArguments 속성

Specifies additional deployment contributor arguments in addition to those already listed in the dacpac.

네임스페이스:  Microsoft.SqlServer.Dac
어셈블리:  Microsoft.SqlServer.Dac(Microsoft.SqlServer.Dac.dll)

구문

‘선언
Public Property AdditionalDeploymentContributorArguments As String 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: System.String

참고 항목

참조

DacDeployOptions 클래스

Microsoft.SqlServer.Dac 네임스페이스