EnvironmentVariable.Sensitive Property
Gets or sets a value that indicates whether the environment variable is sensitive.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public Property Sensitive As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
true if the environment variable is sensitive; otherwise, false.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace