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