EnvironmentVariable.Sensitive 属性

Gets or sets a value that indicates whether the environment variable is 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 if the environment variable is sensitive; otherwise, false.

请参阅

参考

EnvironmentVariable 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间