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 네임스페이스