다음을 통해 공유


DeploymentContributorContext.Arguments 속성

Gets or sets a dictionary of named arguments and their values.

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

구문

‘선언
Public ReadOnly Property Arguments As Dictionary(Of String, String)
    Get
‘사용 방법
Dim instance As DeploymentContributorContext 
Dim value As Dictionary(Of String, String)

value = instance.Arguments
public Dictionary<string, string> Arguments { get; }
public:
property Dictionary<String^, String^>^ Arguments {
    Dictionary<String^, String^>^ get ();
}
member Arguments : Dictionary<string, string>
function get Arguments () : Dictionary<String, String>

속성 값

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

참고 항목

참조

DeploymentContributorContext 클래스

Microsoft.SqlServer.Dac.Deployment 네임스페이스