Share via


ScriptComponent.ScriptComponentEvalContext.AllowSensitiveValues Property

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)

Syntax

'Declaration
Public ReadOnly Property AllowSensitiveValues As Boolean 
    Get
'Usage
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

Property Value

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

Implements

IDTSEvaluatorContext100.AllowSensitiveValues

See Also

Reference

ScriptComponent.ScriptComponentEvalContext Class

Microsoft.SqlServer.Dts.Pipeline Namespace