Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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