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