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

请参阅

参考

ScriptComponent.ScriptComponentEvalContext 类

Microsoft.SqlServer.Dts.Pipeline 命名空间