ParameterClass.Sensitive Property
Gets or sets a value that indicates whether the ParameterClass object contains sensitive data.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable Property Sensitive As Boolean
Get
Set
'Usage
Dim instance As ParameterClass
Dim value As Boolean
value = instance.Sensitive
instance.Sensitive = value
public virtual bool Sensitive { get; set; }
public:
virtual property bool Sensitive {
bool get ();
void set (bool value);
}
abstract Sensitive : bool with get, set
override Sensitive : bool with get, set
function get Sensitive () : boolean
function set Sensitive (value : boolean)
Property Value
Type: System.Boolean
True if the ParameterClass object contains sensitive data; otherwise, false.