Construtor DeploymentPlanContributorContext (Dictionary<String, String>)
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)
Sintaxe
'Declaração
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>
)
Parâmetros
- arguments
Tipo: System.Collections.Generic.Dictionary<String, String>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
DeploymentPlanContributorContext Classe