次の方法で共有


SsisVariable.Sensitive プロパティ

定義

変数が機密性の高いかどうかを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="sensitive")]
public bool? Sensitive { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sensitive")>]
member this.Sensitive : Nullable<bool> with get, set
Public Property Sensitive As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象