다음을 통해 공유


PackageOptions.ContributorArguments 속성

Gets or sets the arguments that are passed to the user-defined deployment contributor.

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

구문

‘선언
Public Property ContributorArguments As IDictionary(Of String, String)
    Get 
    Set
‘사용 방법
Dim instance As PackageOptions 
Dim value As IDictionary(Of String, String)

value = instance.ContributorArguments

instance.ContributorArguments = value
public IDictionary<string, string> ContributorArguments { get; set; }
public:
property IDictionary<String^, String^>^ ContributorArguments {
    IDictionary<String^, String^>^ get ();
    void set (IDictionary<String^, String^>^ value);
}
member ContributorArguments : IDictionary<string, string> with get, set
function get ContributorArguments () : IDictionary<String, String>
function set ContributorArguments (value : IDictionary<String, String>)

속성 값

유형: System.Collections.Generic.IDictionary<String, String>

참고 항목

참조

PackageOptions 클래스

Microsoft.SqlServer.Dac 네임스페이스