EnvironmentVariable.Sensitive プロパティ

環境変数が機密情報を含むかどうかを示す値を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
<SfcPropertyAttribute(Data := True)> _
Public Property Sensitive As Boolean 
    Get 
    Set
'使用
Dim instance As EnvironmentVariable 
Dim value As Boolean 

value = instance.Sensitive

instance.Sensitive = value
[SfcPropertyAttribute(Data = true)]
public bool Sensitive { get; set; }
[SfcPropertyAttribute(Data = true)]
public:
property bool Sensitive {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(Data = true)>]
member Sensitive : bool with get, set
function get Sensitive () : boolean 
function set Sensitive (value : boolean)

プロパティ値

型: System.Boolean
環境変数が機密情報を含む場合は true、それ以外の場合は false。

関連項目

参照

EnvironmentVariable クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間