Gets or sets a dictionary of named arguments and their values.
命名空间: Microsoft.SqlServer.Dac.Deployment
程序集: Microsoft.SqlServer.Dac.Extensions(在 Microsoft.SqlServer.Dac.Extensions.dll 中)
语法
声明
Public ReadOnly Property Arguments As Dictionary(Of String, String)
Get
用法
Dim instance As DeploymentContributorContext
Dim value As Dictionary(Of String, String)
value = instance.Arguments
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>