Share via


DeploymentPlanContributorContext Constructor (Dictionary<String, String>)

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Sub New ( _
    arguments As Dictionary(Of String, String) _
)
public DeploymentPlanContributorContext(
    Dictionary<string, string> arguments
)
public:
DeploymentPlanContributorContext(
    Dictionary<String^, String^>^ arguments
)
new : 
        arguments:Dictionary<string, string> -> DeploymentPlanContributorContext
public function DeploymentPlanContributorContext(
    arguments : Dictionary<String, String>
)

Parameters

.NET Framework Security

See Also

Reference

DeploymentPlanContributorContext Class

DeploymentPlanContributorContext Overload

Microsoft.Data.Schema.Build Namespace