언어

IDTSParameter100.Sensitive 속성

정의

매개변수 객체에 민감한 데이터가 포함되어 있는지 여부를 나타내는 값을 받거나 설정합니다.

public:
 property bool Sensitive { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(5)]
public bool Sensitive { [System.Runtime.InteropServices.DispId(5)] get; [System.Runtime.InteropServices.DispId(5)] set; }
[<System.Runtime.InteropServices.DispId(5)>]
[<get: System.Runtime.InteropServices.DispId(5)>]
[<set: System.Runtime.InteropServices.DispId(5)>]
member this.Sensitive : bool with get, set
Public Property Sensitive As Boolean

속성 값

매개변수 객체에 민감한 데이터가 포함되어 있을 때는 참이며; 그렇지 않으면 거짓입니다.

특성

적용 대상