ScriptComponent.ScriptComponentEvalContext.AllowSensitiveValues プロパティ
スクリプト コンポーネントで機微な値を許可するかどうかを示す値を取得します。
名前空間: 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、それ以外の場合は false です。
実装
IDTSEvaluatorContext100.AllowSensitiveValues