DeploymentContributorContext-Konstruktor (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 DeploymentContributorContext(
Dictionary<string, string> arguments
)
public:
DeploymentContributorContext(
Dictionary<String^, String^>^ arguments
)
new :
arguments:Dictionary<string, string> -> DeploymentContributorContext
public function DeploymentContributorContext(
arguments : Dictionary<String, String>
)
Parameter
- arguments
Typ: System.Collections.Generic.Dictionary<String, String>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
DeploymentContributorContext Klasse