共用方式為


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 命名空間