DeploymentContributorContext.Arguments 屬性

取得或設定具名引數和其值的字典。

命名空間:  Microsoft.Data.Schema.Build
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
Public ReadOnly Property Arguments As Dictionary(Of String, String)
    Get
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>
引數的字典。

.NET Framework 安全性

請參閱

參考

DeploymentContributorContext 類別

Microsoft.Data.Schema.Build 命名空間