IDTSEvaluatorContext100.AllowSensitiveValues 속성
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Gets whether the IDTSEvaluatorContext100 allows sensitive values.
네임스페이스: Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리: Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)
구문
‘선언
ReadOnly Property AllowSensitiveValues As Boolean
Get
‘사용 방법
Dim instance As IDTSEvaluatorContext100
Dim value As Boolean
value = instance.AllowSensitiveValues
bool AllowSensitiveValues { get; }
property bool AllowSensitiveValues {
bool get ();
}
abstract AllowSensitiveValues : bool
function get AllowSensitiveValues () : boolean
속성 값
유형: System.Boolean
True if the IDTSEvaluatorContext100 allows sensitive values; otherwise, false.