EnvironmentVariable.Sensitive プロパティ

定義

環境変数が敏感かどうかを示す値を取得または設定します。

public:
 property bool Sensitive { bool get(); void set(bool value); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
public bool Sensitive { get; set; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
member this.Sensitive : bool with get, set
Public Property Sensitive As Boolean

プロパティ値

環境変数が敏感であれば真です。そうでなければ、誤りです。

属性

適用対象