Partager via


Propriété ScriptComponent.ScriptComponentEvalContext.AllowSensitiveValues

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

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline
Assembly :  Microsoft.SqlServer.TxScript (en Microsoft.SqlServer.TxScript.dll)

Syntaxe

'Déclaration
Public ReadOnly Property AllowSensitiveValues As Boolean 
    Get
'Utilisation
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

Valeur de propriété

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

Implémente

IDTSEvaluatorContext100.AllowSensitiveValues

Voir aussi

Référence

ScriptComponent.ScriptComponentEvalContext Classe

Espace de noms Microsoft.SqlServer.Dts.Pipeline