Свойство ScriptComponent.ScriptComponentEvalContext.AllowSensitiveValues
Gets a value that indicates whether the script component allows sensitive values.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline
Сборка: Microsoft.SqlServer.TxScript (в Microsoft.SqlServer.TxScript.dll)
Синтаксис
'Декларация
Public ReadOnly Property AllowSensitiveValues As Boolean
Get
'Применение
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
Значение свойства
Тип: System.Boolean
True if the script component allows sensitive values; otherwise, false.
Реализует
IDTSEvaluatorContext100.AllowSensitiveValues