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