Proprietà ScriptComponent.ScriptComponentEvalContext.AllowSensitiveValues

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.TxScript (in Microsoft.SqlServer.TxScript.dll)

Sintassi

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

Valore proprietà

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

Implementa

IDTSEvaluatorContext100.AllowSensitiveValues

Vedere anche

Riferimento

ScriptComponent.ScriptComponentEvalContext Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline