SchemaDeployment.ContributorArguments 属性

获取用户在 Visual Studio Application Lifecycle Management (ALM) 中设置的命令行参数及其值的列表。

命名空间:  Microsoft.Data.Schema.Build
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public ReadOnly Property ContributorArguments As Dictionary(Of String, String)
    Get
public Dictionary<string, string> ContributorArguments { get; }
public:
property Dictionary<String^, String^>^ ContributorArguments {
    Dictionary<String^, String^>^ get ();
}
member ContributorArguments : Dictionary<string, string>
function get ContributorArguments () : Dictionary<String, String>

属性值

类型:System.Collections.Generic.Dictionary<String, String>
命令行参数和值的列表。

.NET Framework 安全性

请参见

参考

SchemaDeployment 类

Microsoft.Data.Schema.Build 命名空间