Share via


DeploymentContributorContext.Arguments Property

Gets or sets a dictionary of named arguments and their values.

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public ReadOnly Property Arguments As Dictionary(Of String, String)
    Get
'Usage
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>

Property Value

Type: System.Collections.Generic.Dictionary<String, String>

See Also

Reference

DeploymentContributorContext Class

Microsoft.SqlServer.Dac.Deployment Namespace