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>