共用方式為


BuildContributorContext.Arguments 屬性

取得命令列引數和其值的字典。

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

語法

'宣告
Public ReadOnly Property Arguments As IDictionary(Of String, String)
    Get
public IDictionary<string, string> Arguments { get; }
public:
property IDictionary<String^, String^>^ Arguments {
    IDictionary<String^, String^>^ get ();
}
member Arguments : IDictionary<string, string>
function get Arguments () : IDictionary<String, String>

屬性值

型別:System.Collections.Generic.IDictionary<String, String>
命令列引數和值的清單。

.NET Framework 安全性

請參閱

參考

BuildContributorContext 類別

Microsoft.Data.Schema.Build 命名空間