DeploymentPlanContributorContext (Constructor) (Dictionary<String, String>)
Espacio de nombres: Microsoft.Data.Schema.Build
Ensamblado: Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)
Sintaxis
'Declaración
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>
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
DeploymentPlanContributorContext Clase