Partager via


Propriété EnvironmentVariable.Sensitive

Gets or sets a value that indicates whether the environment variable is sensitive.

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(Data := True)> _
Public Property Sensitive As Boolean 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Boolean
true if the environment variable is sensitive; otherwise, false.

Voir aussi

Référence

EnvironmentVariable Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices