Freigeben über


IDTSEvaluatorContext100.AllowSensitiveValues-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets whether the IDTSEvaluatorContext100 allows sensitive values.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
ReadOnly Property AllowSensitiveValues As Boolean 
    Get
'Usage
Dim instance As IDTSEvaluatorContext100 
Dim value As Boolean 

value = instance.AllowSensitiveValues
bool AllowSensitiveValues { get; }
property bool AllowSensitiveValues {
    bool get ();
}
abstract AllowSensitiveValues : bool
function get AllowSensitiveValues () : boolean

Eigenschaftswert

Typ: System.Boolean
True if the IDTSEvaluatorContext100 allows sensitive values; otherwise, false.

Siehe auch

Verweis

IDTSEvaluatorContext100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace