Propriedade do RDL EnvironmentVariable.Sensitive
Gets or sets a value that indicates whether the environment variable is sensitive.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute(Data := True)> _
Public Property Sensitive As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Boolean
true if the environment variable is sensitive; otherwise, false.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices