Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Obor názvů: Microsoft.Data.Schema.Build
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
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>
)
Parametry
- arguments
Typ: System.Collections.Generic.Dictionary<String, String>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
DeploymentContributorContext Třída