命名空間: Microsoft.Data.Schema.Build
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
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>
)
參數
- arguments
型別:System.Collections.Generic.Dictionary<String, String>
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
DeploymentPlanContributorContext 類別