次の方法で共有


ExecuteSSISPackageActivity.ProjectConnectionManagers プロパティ

定義

SSIS パッケージを実行するプロジェクト レベルの接続マネージャーを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.projectConnectionManagers")]
public System.Collections.Generic.IDictionary<string,System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.SSISExecutionParameter>> ProjectConnectionManagers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.projectConnectionManagers")>]
member this.ProjectConnectionManagers : System.Collections.Generic.IDictionary<string, System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.SSISExecutionParameter>> with get, set
Public Property ProjectConnectionManagers As IDictionary(Of String, IDictionary(Of String, SSISExecutionParameter))

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象