Proprietà IDTSEvaluatorContext100.AllowSensitiveValues

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets whether the IDTSEvaluatorContext100 allows sensitive values.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property AllowSensitiveValues As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

IDTSEvaluatorContext100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper