DeploymentPlanContributorContext, constructeur (Dictionary<String, String>)
Espace de noms : Microsoft.Data.Schema.Build
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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>
)
Paramètres
- arguments
Type : System.Collections.Generic.Dictionary<String, String>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
DeploymentPlanContributorContext Classe