IDTSEvaluatorContext100.AllowSensitiveValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether the IDTSEvaluatorContext100 allows sensitive values.
public:
property bool AllowSensitiveValues { bool get(); };
[System.Runtime.InteropServices.DispId(1)]
public bool AllowSensitiveValues { get; }
[<System.Runtime.InteropServices.DispId(1)>]
member this.AllowSensitiveValues : bool
Public ReadOnly Property AllowSensitiveValues As Boolean
Property Value
True if the IDTSEvaluatorContext100 allows sensitive values; otherwise, false.
- Attributes