Costruttore DeploymentPlanContributorContext (Dictionary<String, String>)
Spazio dei nomi: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Sintassi
'Dichiarazione
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>
)
Parametri
- arguments
Tipo: System.Collections.Generic.Dictionary<String, String>
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
DeploymentPlanContributorContext Classe