Compartilhar via


Propriedade do RDL IDTSEvaluatorContext100.AllowSensitiveValues

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets whether the IDTSEvaluatorContext100 allows sensitive values.

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

Sintaxe

'Declaração
ReadOnly Property AllowSensitiveValues As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

IDTSEvaluatorContext100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper