Compartir a través de


ScriptComponent.ScriptComponentEvalContext.AllowSensitiveValues Propiedad

Gets a value that indicates whether the script component allows sensitive values.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline
Ensamblado:  Microsoft.SqlServer.TxScript (en Microsoft.SqlServer.TxScript.dll)

Sintaxis

'Declaración
Public ReadOnly Property AllowSensitiveValues As Boolean 
    Get
'Uso
Dim instance As ScriptComponent.ScriptComponentEvalContext 
Dim value As Boolean 

value = instance.AllowSensitiveValues
public bool AllowSensitiveValues { get; }
public:
virtual property bool AllowSensitiveValues {
    bool get () sealed;
}
abstract AllowSensitiveValues : bool 
override AllowSensitiveValues : bool
final function get AllowSensitiveValues () : boolean

Valor de la propiedad

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

Implementa

IDTSEvaluatorContext100.AllowSensitiveValues

Vea también

Referencia

ScriptComponent.ScriptComponentEvalContext Clase

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline